dotfiles/etc/systemd/system/x11vnc.service
2023-09-04 19:42:04 +03:00

13 lines
253 B
Desktop File

[Unit]
Description=VNC Server for X11
Requires=graphical.target
After=graphical.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth /var/run/vnc/passwd -display :0 -forever
Restart=on-failure
[Install]
WantedBy=graphical.target