postfix/rootfs/tmp/etc/supervisord.conf
casjay 7f3ee34983
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-10-22 10:52:49 -04:00

22 lines
429 B
Plaintext

[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