Created
December 11, 2022 16:48
-
-
Save qrkourier/ef53f9a39704133172cb7613439fa275 to your computer and use it in GitHub Desktop.
x11vnc systemd user service unit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ${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