thinclient/etc/systemd/system/x11vnc.service
Steffen Probst f340d37f8e Einstellungen für x11vnc angepasst
xrdp entsprechend vorkonfiguriert
2021-09-08 14:24:04 +02:00

14 lines
348 B
Desktop File

[Unit]
Description=Start X11VNC
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -xkb -noxrecord -noxfixes -noxdamage -display :0 -localhost -forever -loop -repeat -rfbauth /etc/x11vnc.pass -rfbport 5900 -noipv6 -shared
ExecStop=/usr/bin/killall x11vnc
Restart=on-failure
Restart-sec=2
[Install]
WantedBy=multi-user.target