ctf-resources/htb/hacktheboo2024/web/web_unholy_union/config/supervisord.conf

16 lines
280 B
Text
Raw Permalink Normal View History

2024-10-23 11:10:43 +02:00
[supervisord]
user=root
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
pidfile=/run/supervisord.pid
[program:node]
command=node index.js
directory=/app
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0