mailcow/data/Dockerfiles/sogo/supervisord.conf

28 lines
496 B
Plaintext
Raw Normal View History

[supervisord]
nodaemon=true
[program:rsyslog]
command=/usr/sbin/rsyslogd -n
autostart=true
autorestart=true
redirect_stderr=true
[program:sogo]
command=/usr/sbin/sogod
user=sogo
autorestart=true
[program:sogo-syslog]
command=/usr/bin/tail -f /var/log/syslog -f /var/log/sogo/sogo.log
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
[program:sogo-cron]
command=/sogo-cron.sh
user=sogo
autorestart=true
2016-12-20 22:24:33 +08:00
#[unix_http_server]
#file=/var/run/controller/supervisord.sock
#chown=www-data:nogroup