mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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")
|
sendSystemdNotification("READY=1")
|
||||||
if err != nil {
|
|
||||||
return fmt.Errorf("Could not send systemd notification: %v", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
return g.childRoutines.Wait()
|
return g.childRoutines.Wait()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user