X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/150f495e96c43f5d7e0df58352c5b20cc9e83ccd..3101fea587bc08e0f4f00a583d1d9e2c953417c1:/docker/compute/supervisor.conf diff --git a/docker/compute/supervisor.conf b/docker/compute/supervisor.conf index f2cce3fe51..b3c715b5a9 100644 --- a/docker/compute/supervisor.conf +++ b/docker/compute/supervisor.conf @@ -1,11 +1,6 @@ -[program:ssh] -user=root -command=/usr/local/bin/ssh.sh -startsecs=0 - [program:munge] user=root -command=/etc/init.d/munge start +command=/usr/local/bin/munge.sh startsecs=0 [program:slurm] @@ -27,3 +22,7 @@ startsecs=0 user=root command=/usr/local/bin/wrapdocker.sh +[program:dnsmasq] +user=root +command=/etc/init.d/dnsmasq start +startsecs=0