10 lines
249 B
Desktop File
Executable file
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
|