Skip to content

Commit 99db890

Browse files
committed
fix(): reverted RESTART_ON_UPGRADE change
1 parent 7f0fe31 commit 99db890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/deb/default/grafana-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ CONF_DIR=/etc/grafana
1414

1515
CONF_FILE=/etc/grafana/grafana.ini
1616

17-
RESTART_ON_UPGRADE=true
17+
RESTART_ON_UPGRADE=false
1818

1919
PLUGINS_DIR=/var/lib/grafana/plugins

packaging/rpm/sysconfig/grafana-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ CONF_DIR=/etc/grafana
1414

1515
CONF_FILE=/etc/grafana/grafana.ini
1616

17-
RESTART_ON_UPGRADE=true
17+
RESTART_ON_UPGRADE=false
1818

1919
PLUGINS_DIR=/var/lib/grafana/plugins

0 commit comments

Comments
 (0)