Set start timeout to 30s

This kills the hanging when there is a network issue (port blocking or no Internet) and the installation cannot be completed with no error sent to the output
This commit is contained in:
ᴄʜʀɪsᴛᴏᴘʜᴇʀ ᴍ 2025-10-10 13:50:41 -04:00 committed by GitHub
parent d78e64c8cc
commit 63dc3d0003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ After=network-online.target
Wants=network-online.target Wants=network-online.target
[Service] [Service]
TimeoutStartSec=0 TimeoutStartSec=30
Type=notify Type=notify
ExecStart={{ .Path }} --no-autoupdate{{ range .ExtraArgs }} {{ . }}{{ end }} ExecStart={{ .Path }} --no-autoupdate{{ range .ExtraArgs }} {{ . }}{{ end }}
Restart=on-failure Restart=on-failure