rDrama/supervisord.conf

13 lines
260 B
Plaintext
Raw Permalink Normal View History

2022-05-04 23:09:46 +00:00
[supervisord]
nodaemon=true
pidfile=/tmp/supervisord.pid
logfile=/tmp/supervisord.log
2022-10-04 19:48:52 +00:00
[program:rDrama]
directory=/d
2023-07-26 18:15:53 +00:00
command=sh scripts/startup_docker.sh
2022-05-04 23:09:46 +00:00
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
2022-10-04 19:48:52 +00:00
stderr_logfile_maxbytes=0