mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 09:13:32 +08:00
Tidying up the Grafana setup documentation (#93860)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user