temporary fix for starting grafana not running systemd

This commit is contained in:
Marcus Efraimsson 2018-11-21 18:15:28 +01:00
parent 1125ca4d79
commit a6a1362ad1
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -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()
}