20 lines
507 B
Plaintext
20 lines
507 B
Plaintext
|
|
[program:x11vnc]
|
|
autostart=true
|
|
priority=30
|
|
directory=/
|
|
command=/usr/bin/x11vnc -display %(ENV_DISPLAY)s -rfbport 5900 -shared -forever
|
|
user=%(ENV_USER)s
|
|
autorestart=true
|
|
stopsignal=QUIT
|
|
stdout_logfile=/home/%(ENV_USER)s/.cache/log/x11vnc.log
|
|
stderr_logfile=/home/%(ENV_USER)s/.cache/log/x11vnc.err
|
|
|
|
[program:novnc]
|
|
autostart=true
|
|
priority=30
|
|
command=/opt/noVNC/utils/launch.sh --vnc localhost:5900 --listen 8083
|
|
user=%(ENV_USER)s
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s"
|
|
autorestart=true
|