18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:rsyslog]
|
|
command=/usr/sbin/rsyslogd -n
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=true
|
|
|
|
[program:postfix]
|
|
command=/opt/postfix.sh
|
|
autorestart=true
|
|
|
|
[program:postfix-maillog]
|
|
command=/usr/bin/tail -f /var/log/mail.log
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|