projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 5420-collection-checkbox-selections
[arvados.git]
/
docker
/
compute
/
supervisor.conf
1
[program:munge]
2
user=root
3
command=/usr/local/bin/munge.sh
4
startsecs=0
5
6
[program:slurm]
7
user=root
8
command=/etc/init.d/slurm-llnl start
9
startsecs=0
10
11
[program:cron]
12
user=root
13
command=/etc/init.d/cron start
14
startsecs=0
15
16
[program:setup]
17
user=root
18
command=/usr/local/bin/setup.sh
19
startsecs=0
20
21
[program:docker]
22
user=root
23
command=/usr/local/bin/wrapdocker.sh
24
25
[program:dnsmasq]
26
user=root
27
command=/etc/init.d/dnsmasq start
28
startsecs=0