| [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 |