foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.56k stars 1.14k forks source link

Run as daemon/background process as headless? #580

Open MrSimmo opened 1 year ago

MrSimmo commented 1 year ago

Hi all,

Is there a way to get the VM running as a daemon/background process when in headless mode?

I've tried adding -daemonize to the startup script but it returns "Cant use -daemonize when -nographic is used".

Essentially I'd like it to start with the host server and run as a daemon without needing to log in / execute. Running on Ubuntu 20

Many Thanks