From 1d42fb941af17a29346b2af03338f8e18470f009 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 22 Nov 2022 12:38:05 +0100 Subject: tools: Enable start of FRR for non-root user There might be use cases when this would make sense, for example running FRR in a container as a designated user. Signed-off-by: Michal Ruprich --- tools/etc/frr/daemons | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/etc') diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index 8aa08871e..2427bfff7 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -91,6 +91,11 @@ pathd_options=" -A 127.0.0.1" # #MAX_FDS=1024 +# Uncomment this option if you want to run FRR as a non-root user. Note that +# you should know what you are doing since most of the daemons need root +# to work. This could be useful if you want to run FRR in a container +# for instance. +# FRR_NO_ROOT="yes" # For any daemon, you can specify a "wrap" command to start instead of starting # the daemon directly. This will simply be prepended to the daemon invocation. -- cgit v1.2.3