nextcloud/webservice/supervisord.conf

14 lines
189 B
Plaintext

[supervisord]
nodaemon=true
[program:htaccess-update]
command=/update-htaccess.sh
startsecs=0
[program:apache]
command=apache2-foreground
[program:crond]
command = cron -f
startsecs = 5