9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
[supervisord]
|
|
nodaemon = true
|
|
|
|
[program:postfix]
|
|
command = /usr/lib/postfix/master -d
|
|
|
|
[program:dovecot]
|
|
command = /usr/sbin/dovecot -c /etc/dovecot/dovecot.conf -F
|