Skip to content

Instantly share code, notes, and snippets.

@jnbek
Forked from mylk/xvfb.service
Created August 27, 2017 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnbek/fd59bb4105b251138d3d962fa6959e81 to your computer and use it in GitHub Desktop.
Save jnbek/fd59bb4105b251138d3d962fa6959e81 to your computer and use it in GitHub Desktop.
Xvfb systemd script
# /etc/systemd/system/xvfb.service
[Unit]
Description=X virtual framebuffer
[Service]
Type=simple
User=root
ExecStart=/usr/bin/Xvfb :99 -ac
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment