mailcow/data/Dockerfiles/postfix/supervisord.conf

16 lines
292 B
Plaintext
Raw Normal View History

2017-03-02 18:23:23 +08:00
[supervisord]
nodaemon=true
2017-10-05 05:15:26 +08:00
user=root
2017-03-02 18:23:23 +08:00
[program:syslog-ng]
command=/usr/sbin/syslog-ng --foreground --no-caps
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
2017-03-02 18:23:23 +08:00
autostart=true
[program:postfix]
command=/opt/postfix.sh
autorestart=true