X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/82c23c04e3105dfd0d2167a53552df56b0a81785..b709c1bdaefdbbb8819cfd497fa557ef2d662a9c:/docker/api/supervisor.conf diff --git a/docker/api/supervisor.conf b/docker/api/supervisor.conf index e85bb72658..e684ff8c12 100644 --- a/docker/api/supervisor.conf +++ b/docker/api/supervisor.conf @@ -6,10 +6,12 @@ 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 +autorestart=true [program:munge] user=root @@ -39,3 +41,4 @@ startsecs=0 [program:crunch-dispatch] user=root command=/usr/local/bin/crunch-dispatch-run.sh +autorestart=true