mirror of https://github.com/Box-boi/vubuntu.git
7 lines
304 B
Plaintext
7 lines
304 B
Plaintext
[program:VNC]
|
|
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
|
|
priority=998
|