You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lychee/docker/supervisord.conf

11 lines
386 B

[supervisord]
nodaemon=true
[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
autorestart=true
# Add your own scripts to be executed by supervisor by uncommenting and editing the following lines.
#[program:MyScriptOfAwesomeness]
#command=/usr/bin/php /var/www/lychee/project/scripts/MyScriptOfAwesomeness.php
#autorestart=true