Virsh autostart: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
virsh autostart --disable <guest-name> | virsh autostart --disable <guest-name> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Report Configuration= | =Report Configuration= | ||
Line 21: | 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