diff options
Diffstat (limited to 'shell_scripts/systemd/grafana.sh')
| -rwxr-xr-x | shell_scripts/systemd/grafana.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell_scripts/systemd/grafana.sh b/shell_scripts/systemd/grafana.sh new file mode 100755 index 00000000..733599b9 --- /dev/null +++ b/shell_scripts/systemd/grafana.sh @@ -0,0 +1,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 |
