X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6d7788c4e6b1d3da88833329b326fd7a3891503..8006e14d5af62fd70e4348a74a77c000b67a6d3d:/docker/api/supervisor.conf diff --git a/docker/api/supervisor.conf b/docker/api/supervisor.conf index e85bb72658..b24e552efd 100644 --- a/docker/api/supervisor.conf +++ b/docker/api/supervisor.conf @@ -1,19 +1,20 @@ [program:ssh] user=root -command=/usr/local/bin/ssh.sh +command=/etc/init.d/ssh start startsecs=0 [program:postgres] user=postgres 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 +autorestart=true -[program:apache2] -command=/etc/apache2/foreground.sh -stopsignal=6 +[program:passenger] +command=/usr/local/bin/passenger.sh +autorestart=true [program:munge] user=root -command=/etc/init.d/munge start +command=/usr/local/bin/munge.sh startsecs=0 [program:slurm] @@ -39,3 +40,4 @@ startsecs=0 [program:crunch-dispatch] user=root command=/usr/local/bin/crunch-dispatch-run.sh +autorestart=true