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:
parent
d78e64c8cc
commit
63dc3d0003
|
|
@ -60,7 +60,7 @@ After=network-online.target
|
|||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
TimeoutStartSec=0
|
||||
TimeoutStartSec=30
|
||||
Type=notify
|
||||
ExecStart={{ .Path }} --no-autoupdate{{ range .ExtraArgs }} {{ . }}{{ end }}
|
||||
Restart=on-failure
|
||||
|
|
|
|||
Loading…
Reference in New Issue