Einstellungen für x11vnc angepasst

xrdp entsprechend vorkonfiguriert
This commit is contained in:
Steffen Probst
2021-09-08 14:24:04 +02:00
parent 4028e66c3d
commit f340d37f8e
3 changed files with 225 additions and 1 deletions

View File

@ -0,0 +1,13 @@
[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