This commit is contained in:
root 2017-07-24 17:49:15 +02:00
parent a5b4a8162d
commit daa002d9fe

10
x11vnc.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Start X11VNC
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -display :0 -auth guess -forever -loop -noxdamage -repeat -rfbauth /etc/x11vnc.pass -rfbport 5900 -shared
[Install]
WantedBy=multi-user.target