Skip to content

Instantly share code, notes, and snippets.

@willycedric
Forked from mylk/xvfb.service
Created November 18, 2020 16:23
Show Gist options
  • Save willycedric/1b4775e00258ee2a88b0f3e66c59d9a9 to your computer and use it in GitHub Desktop.
Save willycedric/1b4775e00258ee2a88b0f3e66c59d9a9 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