24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
loglevel=critical
|
||
|
logfile=/dev/stdout
|
||
|
logfile_maxbytes=0
|
||
|
|
||
|
[program:rsyslog]
|
||
|
command=/usr/sbin/rsyslogd -n
|
||
|
stdout_logfile=/dev/null
|
||
|
stdout_logfile_maxbytes=0
|
||
|
redirect_stderr=true
|
||
|
|
||
|
[program:postfix]
|
||
|
command=/postfix.sh
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
redirect_stderr=true
|
||
|
|
||
|
[program:logs]
|
||
|
command=/usr/bin/tail -F /var/log/maillog
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
redirect_stderr=true
|