summaryrefslogtreecommitdiff
path: root/tests/docker/supervisord.conf
blob: 4d5ee621495dd55b0210e0716a7d49389f34f7cf (plain)
1
2
3
4
5
6
[supervisord]
nodaemon=true

[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
autorestart=true