Created
January 26, 2018 08:22
-
-
Save JonathanPorta/af1d8d1a7255d0765ac1b4c8f7117e63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Ensure that the grafana process is running | |
After=network-online.target | |
[Service] | |
User=grafana | |
Group=grafana | |
Restart=always | |
WorkingDirectory=/opt/grafana/ | |
ExecStart=/opt/grafana/bin/grafana-server web | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment