2017-03-02 11:23:23 +01:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
2017-11-05 12:19:18 +01:00
|
|
|
user=root
|
2018-10-25 22:35:07 +02:00
|
|
|
pidfile=/var/run/supervisord.pid
|
2017-03-02 11:23:23 +01:00
|
|
|
|
|
|
|
[program:syslog-ng]
|
|
|
|
command=/usr/sbin/syslog-ng --foreground --no-caps
|
2017-07-11 17:09:31 +02:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2017-03-02 11:23:23 +01:00
|
|
|
autostart=true
|
|
|
|
|
|
|
|
[program:dovecot]
|
2019-07-28 21:34:42 +02:00
|
|
|
command=/usr/sbin/dovecot -F
|
2023-04-26 10:37:20 +02:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
2017-03-02 11:23:23 +01:00
|
|
|
autorestart=true
|
|
|
|
|
2018-10-25 22:35:07 +02:00
|
|
|
[eventlistener:processes]
|
|
|
|
command=/usr/local/sbin/stop-supervisor.sh
|
|
|
|
events=PROCESS_STATE_STOPPED, PROCESS_STATE_EXITED, PROCESS_STATE_FATAL
|