From 4e8c19d6601b406b5624ffd152fa29385794192f Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 2 May 2022 15:18:10 -0400 Subject: [PATCH] 18947: Update boot recipe for keep-balance. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/boot/supervisor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{} -- 2.30.2