8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:builder]
|
||
|
command=/usr/local/bin/builder
|
||
|
|
||
|
[program:apache2]
|
||
|
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
|