Einstellungen für x11vnc angepasst
xrdp entsprechend vorkonfiguriert
This commit is contained in:
13
etc/systemd/system/x11vnc.service
Normal file
13
etc/systemd/system/x11vnc.service
Normal 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
|
Reference in New Issue
Block a user