summaryrefslogtreecommitdiff
path: root/shell_scripts/systemd/grafana.sh
blob: 733599b96b8b632024bd695a9c3b1e7e45a4f4e6 (plain)
1
2
3
4
5
#!/bin/bash
# Runs on http://localhost:3000, default username is admin, current password is localhost123
doas systemctl enable grafana.service
doas systemctl start grafana.service
systemctl status grafana.service