we need to manually install python-pyasn1=0.1.7 python-pyasn1-modules=0.0.5 because...
[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