mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
docs: man: Document '--once' for 'virsh autostart'
Document the '--once' option and how it combines with the setting without '--once'. Resolves: https://issues.redhat.com/browse/RHEL-89414 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -1088,12 +1088,17 @@ autostart
|
||||
|
||||
::
|
||||
|
||||
autostart [--disable] domain
|
||||
autostart [--disable] [--once] domain
|
||||
|
||||
|
||||
Configure a domain to be automatically started at boot.
|
||||
Configure a domain to be automatically started at each boot of the host. The
|
||||
*--once* option configures the domain to be started on the next boot of the host.
|
||||
|
||||
The option *--disable* disables autostarting.
|
||||
The option *--disable* disables the corresponding autostarting.
|
||||
|
||||
Note that autostart configured via the *--once* option is independent from the
|
||||
autostart configured without it. Enabling either of them will cause the VM to
|
||||
be started on the next boot of the host.
|
||||
|
||||
|
||||
blkdeviotune
|
||||
|
||||
Reference in New Issue
Block a user