# Action taken on host boot:
# start - All guests which were running on shutdown are started on boot regardless of their autostart settings
# ignore - libvirt-guests won't start any guest on boot, however, guests marked as autostart will still be automatically started by libvirtd
ON_BOOT=ignore

# Action taken on host shutdown:
# suspend - All running guests are suspended using virsh managedsave
# shutdown - All running guests are asked to shutdown
ON_SHUTDOWN=shutdown
