exherbo-dockermail/core/config/supervisord.conf

14 lines
262 B
Plaintext

[supervisord]
nodaemon=true
[program:postfix]
process_name=master
directory=/etc/postfix
command=/usr/sbin/postfix -c /etc/postfix start
startsecs=0
autorestart=false
[program:dovecot]
command=/usr/sbin/dovecot -c /etc/dovecot/dovecot.conf -F
autorestart=true