winrdo / supervisord.conf
hanafi43's picture
Upload 3 files
7a7c87c verified
raw
history blame contribute delete
312 Bytes
[supervisord]
nodaemon=true
[program:vnc]
command=/usr/bin/Xtightvnc :1 -geometry 1280x720 -depth 24
autorestart=true
[program:xfce]
command=/usr/bin/startxfce4
environment=DISPLAY=":1"
autorestart=true
[program:novnc]
command=/usr/share/novnc/utils/novnc_proxy --vnc localhost:5901 --listen 7860