From 31649cb98bc3ebd387bf108c7daacc1fb785faf3 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 1 May 2018 23:35:53 -0400 Subject: [PATCH] redhat, tools: Increase startup time out a bit We have run across a few cases where the startup timeout is ocurring on heavily loaded systems. This is especially true in simulation environments where the hypervisor load is extremely high. Modify the code base to give ourselves more time to startup. Signed-off-by: Donald Sharp --- redhat/frr.service | 2 +- tools/frr.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/redhat/frr.service b/redhat/frr.service index cc6ec429a3..3ae0aabfe2 100644 --- a/redhat/frr.service +++ b/redhat/frr.service @@ -9,7 +9,7 @@ Type=forking NotifyAccess=all StartLimitInterval=3m StartLimitBurst=3 -TimeoutSec=1m +TimeoutSec=2m WatchdogSec=60s RestartSec=5 Restart=on-abnormal diff --git a/tools/frr.service b/tools/frr.service index 8800bf6b0f..5f44274ec3 100644 --- a/tools/frr.service +++ b/tools/frr.service @@ -10,7 +10,7 @@ Type=forking NotifyAccess=all StartLimitInterval=3m StartLimitBurst=3 -TimeoutSec=1m +TimeoutSec=2m WatchdogSec=60s RestartSec=5 Restart=on-abnormal