Files
CTF/HTB/challenges/web/neonify/web_neonify/config/supervisord.conf
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

17 lines
327 B
Plaintext

[supervisord]
user=root
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
pidfile=/run/supervisord.pid
[program:shotgun]
directory=/app
user=www
command=shotgun -o0.0.0.0 -p1337 config.ru
autostart=true
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0