dockerfiles/mailman/supervisord.conf

12 lines
212 B
Plaintext
Raw Normal View History

2015-02-18 03:21:40 +01:00
[supervisord]
nodaemon=true
[program:postfix]
command=/etc/init.d/postfix start
[program:lighttpd]
command=/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
[program:mailman]
command=/etc/init.d/mailman start