/admin/docker

To get this branch, use:
bzr branch http://suren.me/webbzr/admin/docker

« back to all changes in this revision

Viewing changes to adei/adei/supervisor/supervisord.conf

  • Committer: Suren A. Chilingaryan
  • Date: 2016-12-23 19:40:10 UTC
  • Revision ID: csa@suren.me-20161223194010-1013mnipk5revl6m
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[supervisord]
 
2
nodaemon=true
 
3
 
 
4
[program:apache2]
 
5
command=/opt/scripts/run-apache.sh
 
6
autorestart=true
 
7
startsecs=5
 
8
exitcodes=0
 
9
 
 
10
[program:cron]
 
11
command=/opt/scripts/run-cron.sh
 
12
autorestart=true
 
13
startsecs=5
 
14
exitcodes=0