postfix/etc/supervisord.d/postfix.ini

8 lines
230 B
INI
Raw Normal View History

[program:postfix]
process_name = master
command=/usr/sbin/postfix -c /etc/postfix start
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
startsecs=0
autorestart=false