Skip to content

Instantly share code, notes, and snippets.

@zushane
Created October 20, 2015 19:09
Show Gist options
  • Save zushane/92ad5c2d070c0dc4caab to your computer and use it in GitHub Desktop.
Save zushane/92ad5c2d070c0dc4caab to your computer and use it in GitHub Desktop.
systemd Xvfb startup configuration
# Copy this file to /etc/systemd/system/xvfb.service
# Then execute:
# systemctl enable /etc/systemd/system/xvfb.service
# systemctl start xvfb.service
[Unit]
Description=X Virtual Frame Buffer Service
After=network.target
[Service]
ExecStart=/usr/bin/Xvfb :99 -screen 0 1024x768x24
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment