setcap instruction to bind to low(er) port(s)

This commit is contained in:
Wietse Wind
2021-08-29 01:44:49 +02:00
committed by GitHub
parent c8457d5726
commit 04205fbd14

View File

@@ -84,6 +84,9 @@ Before you install `rippled`, you must meet the [System Requirements](system-req
$ sudo systemctl enable rippled.service
8. Optional: allow `rippled` to bind to privileged ports (e.g.: run http/https/ws/wss on port 80, 443, etc.)
$ sudo setcap 'cap_net_bind_service=+ep' /opt/ripple/bin/rippled
## Next Steps