mirror of https://github.com/Box-boi/vubuntu.git
command edit
This commit is contained in:
parent
4ffb8081cc
commit
61e7bebca9
|
|
@ -1,5 +1,5 @@
|
|||
[program:VNC]
|
||||
command=bash -c 'x11vnc -usepw -rfbport 5900 -rfbauth /etc/xpass -geometry $VNC_RESOLUTION -forever -alwaysshared -permitfiletransfer -bg -desktop $VNC_TITLE'
|
||||
command=bash -c 'x11vnc -storepasswd $VNC_PASS /etc/xpass && x11vnc -usepw -rfbport 5900 -rfbauth /etc/xpass -geometry $VNC_RESOLUTION -forever -alwaysshared -permitfiletransfer -bg -desktop $VNC_TITLE'
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stderr_logfile=/var/log/x11vnc.stderr.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue