supervisord test
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
nodaemon=true
|
||||
logfile=/dev/null
|
||||
loglevel=error
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:hottub]
|
||||
command=bash /app/supervisord/hottub.sh
|
||||
@@ -10,15 +12,21 @@ 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
|
||||
stderr_logfile=/dev/stderr
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile_maxbytes = 0
|
||||
Reference in New Issue
Block a user