From 477396a0e1069f8876ec069ec01edb8523548cf6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 17 Oct 2018 07:33:23 +0200 Subject: T901: increase vyos-router startup timeout With a lot of firewall zones and rules the startup of vyos-router could be aborted due to timeout on weak hardware (e.g. Intel ATOM D525). Increase the systemd timeout value from 5 to 20 minutes to give the vyos-service enough time to startup even on less powerful hardware. (cherry picked from commit bdc9387450ff27981c7400b7f40b25275dbaa7cf) --- debian/vyatta-cfg.vyatta-router.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg.vyatta-router.service b/debian/vyatta-cfg.vyatta-router.service index 0ecf6f4..c181e6e 100644 --- a/debian/vyatta-cfg.vyatta-router.service +++ b/debian/vyatta-cfg.vyatta-router.service @@ -8,7 +8,7 @@ Conflicts=shutdown.target [Service] Type=oneshot Restart=no -TimeoutSec=5min +TimeoutSec=20min IgnoreSIGPIPE=no KillMode=process GuessMainPID=no -- cgit v1.2.3