temporary fix for starting grafana not running systemd

pull/14153/head
Marcus Efraimsson 7 years ago
parent 1125ca4d79
commit a6a1362ad1
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 5
      pkg/cmd/grafana-server/server.go

@ -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…
Cancel
Save