Difference between revisions of "Virsh autostart"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* <code>[[virtinst]] --autostart</code> option | * <code>[[virtinst]] --autostart</code> option | ||
* [[docker]] | * [[docker]] | ||
+ | * [[Start configuration behavior and restart policy]] | ||
== See also == | == See also == |
Revision as of 06:23, 8 October 2020
- To enable autostart:
virsh autostart MY_VM_NAME
- To disable autostart:
virsh autostart MY_VM_NAME --disable
- Verify status:
virsh dominfo MY_VM_NAME
- To enable autostart:
virsh autostart MY_VM_NAME Domain MY_VM_NAME marked as autostarted
- To disable autostart:
virsh autostart MY_VM_NAME --disable Domain MY_VM_NAME unmarked as autostarted
virsh list --no-autostart
Related terms
virsh start
,virsh pool-autostart
andvirsh net-autostart
virsh shutdown
virsh dominfo
virtinst --autostart
option- docker
- Start configuration behavior and restart policy
See also
Advertising: