This repository has been archived on 2024-01-08. You can view files and clone it, but cannot push or open issues/pull-requests.
|
[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" |