mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
12 lines
212 B
Plaintext
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
|