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