Files
hottub/supervisord/supervisord.conf
2025-07-13 13:38:32 +00:00

32 lines
693 B
Plaintext

[supervisord]
nodaemon=true
logfile=/dev/null
loglevel=error
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
[program:hottub]
command=bash /app/supervisord/hottub.sh
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
directory=/app
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
[program:vnc]
command=/dockerstartup/vnc_startup.sh --wait
autostart=true
autorestart=true
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
[program:burpsuite]
command=bash /app/supervisord/burpsuite.sh
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stderr_logfile=/dev/stderr
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0