mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user