Commit 773d5a0
Change TimeoutStopSec= to TimeoutSec=
A previous PR #231 ("Increased microvm default timeout stop to 2m30s") changed
the default TimeoutStopSec= to 150 to avoid the VMs almost finish booting, but
TimeoutStopSec=[1] is the amount of time systemd waits for the service to stop,
not start. Switch to TimeoutSec= to set both TimeoutStartSec= and
TimeoutStopSec=.
[1] https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#TimeoutStopSec=
Signed-off-by: Dummyc0m <xieyuanchu@gmail.com>1 parent 7f15bac commit 773d5a0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments