Commit graph

3 commits

Author SHA1 Message Date
Adam Poit
b3f43db171 colima: fix KeepAlive to prevent process accumulation on macOS
Change KeepAlive from boolean true to SuccessfulExit dictionary in the LaunchAgent configuration.
When colima fails to start (e.g., disk already attached), the boolean true setting causes
launchd to immediately restart it, spawning orphaned limactl usernet processes with each
restart.

Using SuccessfulExit = true ensures the service only restarts on clean exits (exit code 0),
preventing the aggressive restart loop that accumulates orphaned processes.
2026-02-10 21:19:55 -06:00
Benedikt Rips
d070d83048
colima: remove redundant platform checks 2026-01-05 23:10:03 +01:00
will
58bf3ecb2d modules/services/colima: init 2025-12-13 21:17:23 -06:00