Skip to content

Instantly share code, notes, and snippets.

@mylk
Created August 16, 2016 14:15
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mylk/709a68a7e7d635b062280af36127d9d1 to your computer and use it in GitHub Desktop.
Save mylk/709a68a7e7d635b062280af36127d9d1 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