postfix/rootfs/tmp/etc/supervisord.conf

22 lines
429 B
Plaintext
Raw Permalink Normal View History

[supervisord]
user = root
nodaemon = true
logfile = /dev/null
logfile_maxbytes= 0
[program:rsyslog]
command = rsyslogd -n
autostart = true
autorestart = true
stdout_logfile = /dev/stdout
stderr_logfile = /dev/stderr
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
[program:postfix]
process_name = postfix
autostart = true
autorestart = true
directory = /etc/postfix
command = /usr/sbin/postfix -c /etc/postfix start-fg