We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2eb0f commit 51878aeCopy full SHA for 51878ae
packaging/deb/control/postinst
@@ -7,7 +7,7 @@ set -e
7
startGrafana() {
8
if [ -x /bin/systemctl ]; then
9
/bin/systemctl daemon-reload
10
- /bin/systemctl start grafana-server
+ /bin/systemctl restart grafana-server
11
elif [ -x "/etc/init.d/grafana-server" ]; then
12
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
13
invoke-rc.d grafana-server restart || true
0 commit comments