Commit a6a1362a by Marcus Efraimsson

temporary fix for starting grafana not running systemd

parent 1125ca4d
......@@ -162,10 +162,7 @@ func (g *GrafanaServerImpl) Run() error {
})
}
err = sendSystemdNotification("READY=1")
if err != nil {
return fmt.Errorf("Could not send systemd notification: %v", err)
}
sendSystemdNotification("READY=1")
return g.childRoutines.Wait()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment