firefox-webui-1 / supervisord.conf-old-1
making-new-thing-testing-pushing-huginface's picture
Rename supervisord.conf to supervisord.conf-old-1
3010b23 verified
raw
history blame contribute delete
930 Bytes
[supervisord]
nodaemon=true
[program:Xvfb]
command=/usr/bin/Xvfb :99 -screen 0 1024x768x16
autostart=true
autorestart=true
stdout_logfile=/var/log/xvfb.log
stderr_logfile=/var/log/xvfb.err
[program:fluxbox]
command=/usr/bin/fluxbox
autostart=true
autorestart=true
stdout_logfile=/var/log/fluxbox.log
stderr_logfile=/var/log/fluxbox.err
[program:firefox]
command=/usr/bin/firefox --no-remote
environment=DISPLAY=:99
autostart=true
autorestart=true
stdout_logfile=/var/log/firefox.log
stderr_logfile=/var/log/firefox.err
[program:x11vnc]
command=/usr/bin/x11vnc -display :99 -nopw -forever -loop -rfbport 5900 -shared
autostart=true
autorestart=true
stdout_logfile=/var/log/x11vnc.log
stderr_logfile=/var/log/x11vnc.err
[program:novnc]
command=/opt/noVNC/utils/launch.sh --vnc localhost:5900 --listen $PORT
directory=/opt/noVNC
autostart=true
autorestart=true
stdout_logfile=/var/log/novnc.log
stderr_logfile=/var/log/novnc.err