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:
Peter Krempa
2025-05-15 08:27:27 +02:00
parent dd8573b3ea
commit 0e1c309157
+8 -3
View File
@@ -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