From: Tom Clegg Date: Mon, 2 May 2022 19:18:10 +0000 (-0400) Subject: 18947: Update boot recipe for keep-balance. X-Git-Tag: 2.5.0~185^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/4e8c19d6601b406b5624ffd152fa29385794192f 18947: Update boot recipe for keep-balance. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/lib/boot/supervisor.go b/lib/boot/supervisor.go index 143529487b..a5d61b4a1c 100644 --- a/lib/boot/supervisor.go +++ b/lib/boot/supervisor.go @@ -388,7 +388,7 @@ func (super *Supervisor) runCluster() error { if super.ClusterType != "test" { tasks = append(tasks, runServiceCommand{name: "dispatch-cloud", svc: super.cluster.Services.DispatchCloud}, - runGoProgram{src: "services/keep-balance", svc: super.cluster.Services.Keepbalance}, + runServiceCommand{name: "keep-balance", svc: super.cluster.Services.Keepbalance}, ) } super.tasksReady = map[string]chan bool{}