2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 07:55:18 +00:00

[#1629] updated documentation

* updated ARM install documentation for running kea with non-root user
This commit is contained in:
Razvan Becheriu
2021-01-22 18:41:58 +02:00
parent 525dfc9c2f
commit d54a40777b

View File

@@ -588,8 +588,7 @@ more information.
.. code-block:: console .. code-block:: console
setcap 'cap_net_bind_service=+ep' /opt/kea/sbin/kea-dhcp4 setcap 'cap_net_bind_service,cap_net_raw=+ep' /usr/local/sbin/kea-dhcp4
setcap 'cap_net_raw=+ep' /opt/kea/sbin/kea-dhcp4
setcap 'cap_net_bind_service=+ep' /opt/kea/sbin/kea-dhcp6 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 After this step is complete, the admin user should be able to run Kea. Note that DHCPv4 server by