[v10.0.x] Update bind-net-capabilities.md (#72919)

Update bind-net-capabilities.md (#65181)

This doc fragment is included on multiple pages including this one: https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/

the only flaw is it's missing "sudo".  Modern linux practice suggests using sudo for all administrative edits like this, and this change reinforces parallel structure in the target docs page.  There may potentially be some other context this fragment is used in where sudo isn't appropriate, but this makes it easier to copy/paste the command and have it work on modern linuxes.

(cherry picked from commit 0d6e911fff)

Co-authored-by: David Allen <david.allen@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-08-04 06:41:40 -07:00
committed by GitHub
co-authored by David Allen
parent 9846054226
commit 7232d6e9ff
@@ -12,7 +12,7 @@ If you are using `systemd` and want to start Grafana on a port that is lower tha
```bash
# Alternatively, create a file in /etc/systemd/system/grafana-server.service.d/override.conf
systemctl edit grafana-server.service
sudo systemctl edit grafana-server.service
```
1. Add the following additional settings to grant the `CAP_NET_BIND_SERVICE` capability.