Files
hottub/supervisord/supervisord.conf
2025-06-03 07:08:35 +00:00

18 lines
347 B
Plaintext

[supervisord]
nodaemon=true
[program:hottub]
command=/app/supervisord/hottub.sh
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
directory=/app
[program:vnc]
command=/dockerstartup/vnc_startup.sh --wait
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
directory=/headless