Virsh autostart: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
virsh dominfo <guest-name> | grep Autostart | virsh dominfo <guest-name> | grep Autostart | ||
</syntaxhighlight> | </syntaxhighlight> | ||
It should look like: | |||
<font size=-1> | |||
Autostart: enable | |||
</font> |
Latest revision as of 21:01, 17 November 2021
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
It should look like:
Autostart: enable