Description
Even if the instance is registered in start-at-login, it is still possible to start/stop using limactl
.
However, when limactl start/stop
, the process is started/stopped directly regardless of whether the instance is registered in start-at-login.
The instance that is launched in this way will be out of the management of launchd
and will remain activated regardless of the user's logout/login until it is under management again.
In order to keep the instance under the management of launchd
, limactl start/stop
should start/stop the instance registered in start-at-login via launchctl
.