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
```

View File

@ -19,7 +19,7 @@ If you are using `systemd` and want to start Grafana on a port that is lower tha
To learn more about capabilities, refer to [capabilities(7) — Linux manual page](https://man7.org/linux/man-pages/man7/capabilities.7.html).
```
```ini
[Service]
# Give the CAP_NET_BIND_SERVICE capability
CapabilityBoundingSet=CAP_NET_BIND_SERVICE