October 19, 20205 yr I noticed a "Wait" option on the Docker page under the autostart column with Advanced View turned on. I would love to have this feature added on the VM page.
November 12, 20205 yr This can be easily done with scripting if you wish. Granted, a GUI option would be slick, but who knows how long before it shows up, and you can do scripting right now. User scripts plugin, set to run at startup of array, turn off the GUI auto start option for the VM's. #!/bin/bash sleep 120 virsh start <VM Name> sleep 60 virsh start <VM Name2> You can do all sorts of tricks with scripts, personally I have my pfSense VM set to GUI autostart, and a script that waits until pfSense is fully connected to the internet, then starts my other VM's.
Archived
This topic is now archived and is closed to further replies.