mirror of
https://notabug.org/halcyon-suite/halcyon
synced 2024-12-23 08:19:18 +01:00
15 lines
263 B
Plaintext
15 lines
263 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
pidfile=/var/run/supervisord.pid
|
|
|
|
[program:php-fpm]
|
|
command=/usr/local/sbin/php-fpm
|
|
autostart=true
|
|
autorestart=true
|
|
priority=10
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|