ckan/_etc/supervisor/conf.d/supervisord.conf
2014-10-26 21:21:58 +00:00

13 lines
320 B
Plaintext
Executable File

; ===============================
; process management
; ===============================
[supervisord]
nodaemon=true
[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
[program:postfix]
command=/bin/bash -c "service postfix start && tail -f /var/log/mail.log"