bacula/docker/baculum-api/confs/supervisord.conf

32 lines
626 B
Plaintext
Raw Permalink Normal View History

2023-08-23 07:33:42 -03:00
[unix_http_server]
file=/var/run/supervisor.sock ; the path to the socket file
[supervisord]
logfile=/var/log/supervisord.log
loglevel=info
pidfile=/var/run/supervisord.pid
nodaemon=true
logfile_backups=10
logfile_maxbytes=50MB
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///var/run/supervisor.sock
2024-05-30 11:30:17 -03:00
[program:php-fpm8.2]
command=/usr/sbin/php-fpm8.2 --nodaemonize -c /etc/php/8.2/fpm/php-fpm.conf
2023-08-23 07:33:42 -03:00
priority=50
autorestart=true
[program:apache2]
command=/usr/sbin/apache2ctl -D FOREGROUND
priority=50
autorestart=true