Add x11vnc to setup
This commit is contained in:
12
gps_tool/lib/systemd/system/x11vnc.service
Normal file
12
gps_tool/lib/systemd/system/x11vnc.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=x11vnc service
|
||||
After=display-manager.service network.target syslog.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/x11vnc -forever -display :0 -auth guess -passwd car-ntcna
|
||||
ExecStop=/usr/bin/killall x11vnc
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user