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
This commit is contained in:
Jamil
2025-06-26 07:19:44 -07:00
committed by GitHub
parent 6fc2ebe576
commit 1acfcd5678

View File

@@ -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