diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-01-22 17:41:58 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-01-22 19:26:40 +0100 |
commit | d54a40777bad136c96ab88f0e78f2f30cb241b1e (patch) | |
tree | 57320ca0a7a331c6a307e566e8136ee6f52fe2fd /doc | |
parent | [#1601] updated ARM (diff) | |
download | kea-d54a40777bad136c96ab88f0e78f2f30cb241b1e.tar.xz kea-d54a40777bad136c96ab88f0e78f2f30cb241b1e.zip |
[#1629] updated documentation
* updated ARM install documentation for running kea with non-root user
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/install.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/sphinx/arm/install.rst b/doc/sphinx/arm/install.rst index f0932bf898..469c2eb012 100644 --- a/doc/sphinx/arm/install.rst +++ b/doc/sphinx/arm/install.rst @@ -588,8 +588,7 @@ more information. .. code-block:: console - setcap 'cap_net_bind_service=+ep' /opt/kea/sbin/kea-dhcp4 - setcap 'cap_net_raw=+ep' /opt/kea/sbin/kea-dhcp4 + setcap 'cap_net_bind_service,cap_net_raw=+ep' /usr/local/sbin/kea-dhcp4 setcap 'cap_net_bind_service=+ep' /opt/kea/sbin/kea-dhcp6 After this step is complete, the admin user should be able to run Kea. Note that DHCPv4 server by |