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 <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-05-01 23:35:53 -04:00
parent 4fb6f51928
commit 31649cb98b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Type=forking
NotifyAccess=all
StartLimitInterval=3m
StartLimitBurst=3
TimeoutSec=1m
TimeoutSec=2m
WatchdogSec=60s
RestartSec=5
Restart=on-abnormal

View File

@ -10,7 +10,7 @@ Type=forking
NotifyAccess=all
StartLimitInterval=3m
StartLimitBurst=3
TimeoutSec=1m
TimeoutSec=2m
WatchdogSec=60s
RestartSec=5
Restart=on-abnormal