mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
temporary fix for starting grafana not running systemd
This commit is contained in:
parent
1125ca4d79
commit
a6a1362ad1
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user