Path: blob/develop/rootfs/etc/supervisor/conf.d/supervisord.conf
387 views
[supervisord]1redirect_stderr=true2stopsignal=QUIT3autorestart=true4directory=/root56[program:nginx]7priority=108command=nginx -c /etc/nginx/nginx.conf -g 'daemon off;'910[program:web]11priority=1012directory=/usr/local/lib/web/backend13command=/usr/local/lib/web/backend/run.py14stdout_logfile=/dev/fd/115stdout_logfile_maxbytes=016stderr_logfile=/dev/fd/117stderr_logfile_maxbytes=0181920[group:x]21programs=xvfb,wm,lxpanel,pcmanfm,x11vnc,novnc2223[program:wm]24priority=1525command=/usr/bin/openbox26environment=DISPLAY=":1",HOME="/root",USER="root"2728[program:lxpanel]29priority=1530directory=%HOME%31command=/usr/bin/lxpanel --profile LXDE32user=%USER%33environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"3435[program:pcmanfm]36priority=1537directory=%HOME%38command=/usr/bin/pcmanfm --desktop --profile LXDE39user=%USER%40stopwaitsecs=341environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%"42434445464748[program:xvfb]49priority=1050command=/usr/local/bin/xvfb.sh51stopsignal=KILL5253[program:x11vnc]54priority=2055command=x11vnc -display :1 -xkb -forever -shared -repeat -capslock5657[program:novnc]58priority=2559directory=/usr/local/lib/web/frontend/static/novnc60command=bash /usr/local/lib/web/frontend/static/novnc/utils/launch.sh --listen 608161stopasgroup=true626364