This repository has been archived on 2024-01-08. You can view files and clone it, but cannot push or open issues/pull-requests.
test-website-server/supervisord.conf

8 lines
186 B
Plaintext
Raw Normal View History

2023-04-17 21:47:53 +02:00
[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"