doc: Adding a description for a new option

Documentation for FRR_NO_ROOT option added to the
/etc/frr/daemons file

Signed-off-by: Michal Ruprich <mruprich@redhat.com>
This commit is contained in:
Michal Ruprich 2022-11-22 14:27:18 +01:00
parent 1d42fb941a
commit d8743c28ea

View File

@ -114,6 +114,16 @@ most operating systems is 1024. If the operator plans to run bgp with
several thousands of peers then this is where we would modify FRR to
allow this to happen.
::
FRR_NO_ROOT="yes"
This option allows you to run FRR as a non-root user. Use this option
only when you know what you are doing since most of the daemons
in FRR will not be able to run under a regular user. This option
is useful for example when you run FRR in a container with a designated
user instead of root.
::
zebra_options=" -s 90000000 --daemon -A 127.0.0.1"