Skip to content
Snippets Groups Projects
supervisord.conf 374 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
[supervisord]
nodaemon=true

[program:postfix]
process_name = postfix
command = /etc/init.d/postfix start
startsecs = 0
autorestart = false

[program:opendkim]
process_name = opendkim
command = /etc/init.d/opendkim start
startsecs = 0
autorestart = false

[program:opendmarc]
process_name = opendmarc
command = /etc/init.d/opendmarc start
startsecs = 0
autorestart = false