Packaging: document systemd net bind capability rpm and deb installations (#40165)

* add systemd net bind capability docs for rpm and deb

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
Kevin Minehart
2021-10-07 22:56:42 +02:00
committed by GitHub
co-authored by achatterjee-grafana
parent 872385dcee
commit c8651c46d0
3 changed files with 33 additions and 0 deletions
+4
View File
@@ -137,6 +137,10 @@ Configure the Grafana server to start at boot:
sudo systemctl enable grafana-server.service
```
#### Serving Grafana on a port < 1024
{{< docs/shared "systemd/bind-net-capabilities.md" >}}
### Start the server with init.d
To start the service and verify that the service has started:
+4
View File
@@ -168,6 +168,10 @@ sudo systemctl enable grafana-server
> **SUSE or OpenSUSE users:** You might need to start the server with the systemd method, then use the init.d method to configure Grafana to start at boot.
#### Serving Grafana on a port < 1024
{{< docs/shared "systemd/bind-net-capabilities.md" >}}
### Start the server with init.d
To start the service and verify that the service has started: