Virsh autostart

From NovaOrdis Knowledge Base
Revision as of 06:46, 4 December 2020 by Ovidiu (talk | contribs) (Created page with "=Internal= * Linux Virtualization Concepts =Configure to Automatically Start at Boot= <syntaxhighlight lang='bash'> virsh autosta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Configure to Automatically Start at Boot

virsh autostart <guest-name>

Configure to Not Start Automatically at Boot

virsh autostart --disable <guest-name>


Report Configuration

virsh dominfo <guest-name> | grep Autostart