nextcloud/webservice/supervisord.conf

14 lines
189 B
Plaintext
Raw Normal View History

2017-09-07 17:43:00 +02:00
[supervisord]
nodaemon=true
[program:htaccess-update]
command=/update-htaccess.sh
startsecs=0
[program:apache]
command=apache2-foreground
[program:crond]
command = cron -f
startsecs = 5