14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:cron]
|
|
command=/usr/sbin/cron
|
|
killasgroup=true
|
|
stopasgroup=true
|
|
redirect_stderr=true
|
|
user=root
|
|
|
|
|
|
[program:php-fpm]
|
|
command=/usr/sbin/php-fpm7.4 --nodaemonize --force-stderr
|
|
user=www-data |