I am running virtualbox 5.2.6 in Ubuntu 16.04.3
I have configured VMs (actually only one) guest to autostart and autostop by using vboxautostart-service
The main command:
Code: Select all
VBoxManage modifyvm <vmname> --autostart-enabled onCode: Select all
VBoxManage modifyvm <vmname> --autostop-type acpishutdown
Is vboxautostart-service expected to manage the guest-host shutdown sequence? Ho can I check it?
Thanks, bye