Skip to content

Instantly share code, notes, and snippets.

@qrkourier
Created December 11, 2022 16:48
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 qrkourier/ef53f9a39704133172cb7613439fa275 to your computer and use it in GitHub Desktop.
Save qrkourier/ef53f9a39704133172cb7613439fa275 to your computer and use it in GitHub Desktop.
x11vnc systemd user service unit
# ${HOME}/.config/systemd/user/x11vnc.service
[Unit]
Description=Attach Running x11 Server as SPICE Server
[Install]
WantedBy=default.target
[Service]
ExecStart=/usr/local/bin/x11spice
Restart=always
RestartSec=30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment