systemd vnc unit
This commit is contained in:
parent
93249c69ee
commit
ee2b3481cf
@ -3,6 +3,7 @@ Description=VNC Server for X11
|
|||||||
Requires=default.target
|
Requires=default.target
|
||||||
After=default.target
|
After=default.target
|
||||||
|
|
||||||
|
# x11vnc -storepasswd ~/.vnc/passwd
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStartPre=/bin/sleep 10
|
ExecStartPre=/bin/sleep 10
|
||||||
@ -10,4 +11,4 @@ ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth %h/.vnc/passwd -display :0 -foreve
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
Loading…
x
Reference in New Issue
Block a user