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:
		| @@ -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() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user