started work on new rpm package

This commit is contained in:
Torkel Ödegaard
2015-04-10 11:35:14 +02:00
parent c47f4bc97c
commit 3e49609099
2 changed files with 72 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
[ -f /etc/default/grafana ] && . /etc/default/grafana
[ -f /etc/default/grafana-server ] && . /etc/default/grafana-server
startGrafana() {
if [ -x /bin/systemctl ] ; then