dockerfiles/mailman/supervisord.conf
Jessica Frazelle 1e482db97d mailman
2015-02-17 18:21:40 -08:00

12 lines
212 B
Plaintext

[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