Browse Source

Update grafana-install.sh

enable/start grafana
tteckster 2 years ago
parent
commit
7daa751c3c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      install/grafana-install.sh

+ 2 - 0
install/grafana-install.sh

@@ -30,6 +30,8 @@ msg_ok "Set up Grafana Repository"
 msg_info "Installing Grafana"
 $STD apt-get update
 $STD apt-get install -y grafana
+systemctl start grafana-server
+systemctl enable --now -q grafana-server.service
 msg_ok "Installed Grafana"
 
 motd_ssh