1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-14 09:18:06 +01:00
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