You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(autostart): add --keep-alive flag to limactl autostart enable
Add --keep-alive (default: true) to both LaunchAgent and LaunchDaemon
plist templates. When enabled, launchd restarts the Lima host agent
automatically if it exits unexpectedly, preventing instances from
remaining in a Broken state until the next login or reboot.
The flag is accepted on all platforms; on Linux it is a no-op since
systemd restart behavior is configured separately in the unit file.
Closes: #4992
Signed-off-by: Robert Esker <resker@gmail.com>
0 commit comments