Tidying up the Grafana setup documentation (#93860)

This commit is contained in:
Timothee
2024-09-27 17:57:38 +02:00
committed by GitHub
parent 8f66b7fdb0
commit f3ba16d3b7
2 changed files with 2 additions and 3 deletions

View File

@ -33,12 +33,11 @@ Complete the following steps to start the Grafana server using systemd and verif
```bash
sudo systemctl daemon-reload
sudo systemctl start grafana-server
sudo systemctl status grafana-server
```
1. To verify that the service is running, run the following command:
```
```bash
sudo systemctl status grafana-server
```