rDrama/supervisord.conf

13 lines
257 B
Plaintext
Raw 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=/rDrama
command=sh 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