-
I was wondering if there is a way to make this launch at startup. I have not used lima, so thought I would ask before searching for an answer elsewhere. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
maxarndt
May 19, 2024
Replies: 1 comment
-
Hey @jctull! Yes, there are multiple ways to launch a Lima VM at startup.
Alternatively, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxarndt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @jctull! Yes, there are multiple ways to launch a Lima VM at startup.
Automator.app
can be used to execute a Shell-Script which contains thelimactl start NAME
command (see this SO answer as a reference).Alternatively,
launchd
property list can be used to execute thelimactl start NAME
command (see docs or this SO answer as a reference).