зеркало из https://github.com/mozilla/bedrock.git
21 строка
397 B
Plaintext
21 строка
397 B
Plaintext
[supervisord]
|
|
logfile = /dev/stdout
|
|
logfile_maxbytes = 0
|
|
nodaemon = true
|
|
|
|
[program:bedrock]
|
|
command = /app/bin/run-prod.sh
|
|
numprocs = 1
|
|
autostart = true
|
|
redirect_stderr = true
|
|
stdout_logfile = /dev/stdout
|
|
stdout_logfile_maxbytes = 0
|
|
|
|
[program:clock]
|
|
command = /app/bin/run-file-clock.sh
|
|
numprocs = 1
|
|
autostart = true
|
|
redirect_stderr = true
|
|
stdout_logfile = /dev/stdout
|
|
stdout_logfile_maxbytes = 0
|