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
|
stderr_logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:vnc]
|
[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
|
autostart=true
|
||||||
autorestart=true
|
autorestart=false
|
||||||
stdout_logfile_maxbytes = 0
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile_maxbytes = 0
|
stderr_logfile=/dev/stderr
|
||||||
|
stdout_logfile_maxbytes = 0
|
||||||
[program:burpsuite]
|
stderr_logfile_maxbytes = 0
|
||||||
command=bash /app/supervisord/burpsuite.sh
|
|
||||||
autostart=true
|
[program:burpsuite]
|
||||||
autorestart=true
|
command=bash -c '[ "$PROXY" = "1" ] && exec /app/supervisord/burpsuite.sh || echo "Skipping burpsuite (PROXY != 1)"'
|
||||||
|
autostart=true
|
||||||
|
autorestart=false
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stdout_logfile_maxbytes = 0
|
stdout_logfile_maxbytes = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user