mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 16:13:51 +00:00
Merge pull request #2158 from donaldsharp/timeouts
redhat, tools: Increase startup time out a bit
This commit is contained in:
commit
babf583e63
@ -9,7 +9,7 @@ Type=forking
|
|||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
StartLimitInterval=3m
|
StartLimitInterval=3m
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
TimeoutSec=1m
|
TimeoutSec=2m
|
||||||
WatchdogSec=60s
|
WatchdogSec=60s
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
@ -10,7 +10,7 @@ Type=forking
|
|||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
StartLimitInterval=3m
|
StartLimitInterval=3m
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
TimeoutSec=1m
|
TimeoutSec=2m
|
||||||
WatchdogSec=60s
|
WatchdogSec=60s
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
Loading…
Reference in New Issue
Block a user