Commit 6b663a6
committed
fix(colima): auto-restart launchd agent on boot-time failure
KeepAlive=false meant the single RunAtLoad attempt at login was the
only chance to start colima. If that attempt failed due to boot-time
races (VZ framework, stale lockfiles, virtiofs mount), launchd never
retried and required manual `colima start`.
Switch to SuccessfulExit=false so launchd retries on non-zero exit
while still respecting clean `colima stop`. Bump ThrottleInterval to
60s to give the system more headroom between retries.1 parent 127a079 commit 6b663a6
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments