We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5abb4 commit 017a37aCopy full SHA for 017a37a
1 file changed
website/content/en/docs/usage/autostart.md
@@ -65,7 +65,9 @@ uses `Restart=on-failure`, so keep-alive is always enabled regardless of the fla
65
66
When Lima runs as a LaunchDaemon with `KeepAlive` enabled, launchd sends `SIGTERM` to the host
67
agent during system shutdown. Depending on how far shutdown progresses before the host agent
68
-exits, the instance can enter one of two broken states on the next boot:
+exits, the instance can enter one of two broken states on the next boot. These are most likely
69
+after a hard reboot, power loss, or a fast `sudo shutdown` where launchd's process timeout
70
+expires before Lima finishes stopping the VM — not a sign of misconfiguration.
71
72
- **Orphaned VZ driver** — the host agent exits before it can stop the VM driver, leaving the
73
driver process running with no host agent attached. Caused by launchd killing the host agent
0 commit comments