Skip to content

Instantly share code, notes, and snippets.

@VoidMonk
Forked from dloman/xvfb.service
Last active March 31, 2017 04:59
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 VoidMonk/14967d63e151234a510da6854722bb43 to your computer and use it in GitHub Desktop.
Save VoidMonk/14967d63e151234a510da6854722bb43 to your computer and use it in GitHub Desktop.
sytemd xvfb
[Unit]
Description=X Virtual Frame Buffer Service
After=network.target
[Service]
ExecStart=/usr/bin/Xvfb :1 -screen 0 1024x768x24 -ac +extension GLX +render -noreset -nolisten tcp
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment