summaryrefslogtreecommitdiff
path: root/doc/user/installation.rst
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-01-08 07:15:37 -0500
committerGitHub <noreply@github.com>2022-01-08 07:15:37 -0500
commitbcbc98b0b9a8d33d6aea3b845ed08ce237245b47 (patch)
treebf3d981b2bd3ad37a455f5c7688823f6c016b11a /doc/user/installation.rst
parentd91df4d7b71834156a51374dd76b74f2d6409b5b (diff)
parentfc539216ceb43f114e39cb25b34e312c28ca08ae (diff)
Merge pull request #10242 from anlancs/fix-service-time
build: add "--with-service-timeout" in configure.ac
Diffstat (limited to 'doc/user/installation.rst')
-rw-r--r--doc/user/installation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index 88833d6ef0..b24a9fb471 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -273,6 +273,13 @@ options from the list below.
Build with FPM module support.
+.. option:: --with-service-timeout=X
+
+ Set timeout value for FRR service. The time of restarting or reloading FRR
+ service should not exceed this value. This number can be from 0-999.
+ Additionally if this parameter is not passed or setting X = 0, FRR will take
+ default value: 2 minutes.
+
.. option:: --enable-numeric-version
Alpine Linux does not allow non-numeric characters in the version string.