Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemon mode and stop command #26

Closed
tarik02 opened this issue May 19, 2021 · 3 comments · Fixed by #46
Closed

Daemon mode and stop command #26

tarik02 opened this issue May 19, 2021 · 3 comments · Fixed by #46
Labels
enhancement New feature or request priority/high
Milestone

Comments

@tarik02
Copy link
Contributor

tarik02 commented May 19, 2021

Start command needs terminal to be left open to work and sending interrupt signal kills QEMU.

There is place for a few improvements:

  • Make start command to daemonize process by default: the process detaches making QEMU running in background.
  • Add stop command that makes VM gracefully shutdown. Can be implemented by communicating with guest agent and calling shutdown command on guest.
@AkihiroSuda AkihiroSuda added the enhancement New feature or request label May 19, 2021
@AkihiroSuda
Copy link
Member

Yes, I’m planning to work on this after replacing sshfs with 9p (#1)

@AkihiroSuda
Copy link
Member

Coming soon: #46

@AkihiroSuda
Copy link
Member

Released v0.3.0 with background limactl start & limactl stop

https://github.com/AkihiroSuda/lima/releases/tag/v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority/high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants