Tidying up the Grafana setup documentation (#93860)

pull/93941/head
Timothee 10 months ago committed by GitHub
parent 8f66b7fdb0
commit f3ba16d3b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      docs/sources/setup-grafana/start-restart-grafana.md
  2. 2
      docs/sources/shared/systemd/bind-net-capabilities.md

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

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

Loading…
Cancel
Save