18 lines
316 B
Plaintext
18 lines
316 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
user=root
|
|
logfile=/dev/stdout
|
|
logfile_maxbytes=0
|
|
|
|
[program:webman]
|
|
command=php /app/start.php start
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
autorestart=true
|
|
startretries=10
|
|
|
|
[include]
|
|
files = /etc/supervisor/conf.d/*.conf
|