Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / docker / api / supervisor.conf
1 [program:ssh]
2 user=root
3 command=/usr/local/bin/ssh.sh
4 startsecs=0
5
6 [program:postgres]
7 user=postgres
8 command=/usr/lib/postgresql/9.1/bin/postgres -D /var/lib/postgresql/9.1/main -c config_file=/etc/postgresql/9.1/main/postgresql.conf
9
10 [program:apache2]
11 command=/etc/apache2/foreground.sh
12 stopsignal=6
13
14 [program:munge]
15 user=root
16 command=/etc/init.d/munge start
17 startsecs=0
18
19 [program:slurm]
20 user=root
21 command=/etc/init.d/slurm-llnl start
22 startsecs=0
23
24 [program:cron]
25 user=root
26 command=/etc/init.d/cron start
27 startsecs=0
28
29 [program:setup]
30 user=root
31 command=/usr/local/bin/setup.sh
32 startsecs=0
33
34 [program:setup-gitolite]
35 user=root
36 command=/usr/local/bin/setup-gitolite.sh
37 startsecs=0
38
39 [program:crunch-dispatch]
40 user=root
41 command=/usr/local/bin/crunch-dispatch-run.sh