shell-scripte-code/x11vnc.service
simono41 2ccd588ca7 fix
2017-09-16 02:05:17 +02:00

10 lines
249 B
Desktop File
Executable file

[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