supervisord test
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
nodaemon=true
|
nodaemon=true
|
||||||
logfile=/dev/null
|
logfile=/dev/null
|
||||||
loglevel=error
|
loglevel=error
|
||||||
|
stdout_logfile_maxbytes = 0
|
||||||
|
stderr_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:hottub]
|
[program:hottub]
|
||||||
command=bash /app/supervisord/hottub.sh
|
command=bash /app/supervisord/hottub.sh
|
||||||
@@ -10,15 +12,21 @@ autorestart=true
|
|||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
directory=/app
|
directory=/app
|
||||||
|
stdout_logfile_maxbytes = 0
|
||||||
|
stderr_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:vnc]
|
[program:vnc]
|
||||||
command=/dockerstartup/vnc_startup.sh --wait
|
command=/dockerstartup/vnc_startup.sh --wait
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
stdout_logfile_maxbytes = 0
|
||||||
|
stderr_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:burpsuite]
|
[program:burpsuite]
|
||||||
command=bash /app/supervisord/burpsuite.sh
|
command=bash /app/supervisord/burpsuite.sh
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
|
stdout_logfile_maxbytes = 0
|
||||||
|
stderr_logfile_maxbytes = 0
|
||||||
Reference in New Issue
Block a user