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
pkg/autostart/launchd: call launchctl bootout before calling launchctl bootstrap
Because instances may be stopped without unloading the plist file.
e.g. `limactl stop -f` or `limactl factory-reset`.
If the plist file is not unloaded, `launchctl bootstrap` will fail.
Signed-off-by: Norio Nomura <[email protected]>
0 commit comments