mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
21 lines
419 B
Plaintext
21 lines
419 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:supercronic]
|
|
command=supercronic /crontab.txt
|
|
autostart=true
|
|
autorestart=unexpected
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|
|
[program:fpm]
|
|
command=/usr/local/sbin/php-fpm
|
|
autostart=true
|
|
autorestart=unexpected
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|