From 1acfcd5678b60b0c83b9a165a561d1494b931f89 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 26 Jun 2025 07:19:44 -0700 Subject: [PATCH] fix(gateway): bump timeoutstart to 15s (#9685) 3s on a fresh install may be too low for the binary to download. Related: https://firezonehq.slack.com/archives/C08FPHECLUF/p1750946191078759?thread_ts=1750940488.328739&cid=C08FPHECLUF --- scripts/gateway-systemd-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gateway-systemd-install.sh b/scripts/gateway-systemd-install.sh index 2ec6ae686..753794343 100755 --- a/scripts/gateway-systemd-install.sh +++ b/scripts/gateway-systemd-install.sh @@ -67,7 +67,7 @@ ExecStartPre=/usr/local/bin/firezone-gateway-init ExecStart=/opt/firezone/bin/firezone-gateway # Restart on failure -TimeoutStartSec=3s +TimeoutStartSec=15s TimeoutStopSec=15s Restart=always RestartSec=7