dont start burpsuite and vnc if PROXY!=1
This commit is contained in:
@@ -16,16 +16,18 @@ stdout_logfile_maxbytes = 0
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:vnc]
|
||||
command=/dockerstartup/vnc_startup.sh --wait
|
||||
command=bash -c '[ "$PROXY" = "1" ] && exec /dockerstartup/vnc_startup.sh --wait || echo "Skipping vnc (PROXY != 1)"'
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:burpsuite]
|
||||
command=bash /app/supervisord/burpsuite.sh
|
||||
autostart=true
|
||||
autorestart=true
|
||||
autorestart=false
|
||||
stdout_logfile=/dev/stdout
|
||||
stderr_logfile=/dev/stderr
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:burpsuite]
|
||||
command=bash -c '[ "$PROXY" = "1" ] && exec /app/supervisord/burpsuite.sh || echo "Skipping burpsuite (PROXY != 1)"'
|
||||
autostart=true
|
||||
autorestart=false
|
||||
stdout_logfile=/dev/stdout
|
||||
stderr_logfile=/dev/stderr
|
||||
stdout_logfile_maxbytes = 0
|
||||
|
||||
Reference in New Issue
Block a user