1 # URIs to check for running guests
2 # example: URIS='default xen:/// vbox+tcp://host/system lxc:///'
5 # action taken on host boot
6 # - start all guests which were running on shutdown are started on boot
7 # regardless on their autostart settings
8 # - ignore libvirt-guests init script won't start any guest on boot, however,
9 # guests marked as autostart will still be automatically started by
13 # action taken on host shutdown
14 # - suspend all running guests are suspended using virsh managedsave
15 # - shutdown all running guests are asked to shutdown. Please be careful with
16 # this settings since there is no way to distinguish between a
17 # guest which is stuck or ignores shutdown requests and a guest
18 # which just needs a long time to shutdown. When setting
19 # ON_SHUTDOWN=shutdown, you must also set SHUTDOWN_TIMEOUT to a
20 # value suitable for your guests.
23 # number of seconds we're willing to wait for a guest to shut down