projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '3219-further-docker-improvements'
[arvados.git]
/
docker
/
shell
/
supervisor.conf
1
[program:ssh]
2
user=root
3
command=/etc/init.d/ssh start
4
startsecs=0
5
6
[program:cron]
7
user=root
8
command=/etc/init.d/cron start
9
startsecs=0
10
11
[program:setup]
12
user=root
13
command=/usr/local/bin/setup.sh
14
startsecs=0
15