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