From da194c3f0da2fa53d3fbb84cf4ae0bc6eee93a84 Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Wed, 30 Sep 2020 08:35:36 +0200 Subject: [PATCH] Register runtime provider at module startup --- status/module.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/status/module.go b/status/module.go index 2dbb13a5..05e3c7cc 100644 --- a/status/module.go +++ b/status/module.go @@ -16,7 +16,12 @@ func init() { } func start() error { + if err := setupRuntimeProvider(); err != nil { + return err + } + module.StartWorker("auto-pilot", autoPilot) + triggerAutopilot() err := module.RegisterEventHook(