<on_reboot>

Configures the behavior of the virtual server when it is rebooted.

See also reboot.

Text content

restart
Terminates the virtual server using the shutdown command and then boots the guest using the previous libvirt-internal configuration without modifying it.
destroy
Terminates the virtual server using the destroy command and then boots the guest using the previous libvirt-internal configuration without modifying it.

Selected attributes

None.

Usage

Domain configuration-XML

Parent elements

<domain>

Child elements

None.

Example

<on_reboot>restart</on_reboot>