mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
[supervisord]
|
|
user = root
|
|
nodaemon = true
|
|
logfile = /var/log/supervisor/supervisord.log
|
|
pidfile = /var/run/supervisord.pid
|
|
childlogdir = /var/log/supervisor
|
|
|
|
[include]
|
|
files = /etc/supervisor/conf.d/*.conf
|