Warning, /utilities/kirogi/docker/supervisord.conf is written in an unsupported language. File is not indexed.

0001 [supervisord]
0002 nodaemon=true
0003 user=root
0004 
0005 [program:X11]
0006 command=/usr/bin/Xvfb :1 -screen 1 %(ENV_SCREEN_RESOLUTION)sx24 -listen tcp -ac
0007 autorestart=true
0008 
0009 [program:x11vnc]
0010 command=/usr/bin/x11vnc -forever -shared
0011 autorestart=true
0012 
0013 [program:fluxbox]
0014 command=/usr/bin/startfluxbox
0015 autorestart=true
0016 
0017 [program:websockify]
0018 command=websockify --web /usr/share/novnc 8083 localhost:5900
0019 autorestart=true
0020 
0021 [program:kirogi]
0022 command=bash -c 'sleep 2 && /usr/bin/xterm'
0023 autorestart=true
0024