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 # number of seconds to wait between each guest start
16 # action taken on host shutdown
17 # - suspend all running guests are suspended using virsh managedsave
18 # - shutdown all running guests are asked to shutdown. Please be careful with
19 # this settings since there is no way to distinguish between a
20 # guest which is stuck or ignores shutdown requests and a guest
21 # which just needs a long time to shutdown. When setting
22 # ON_SHUTDOWN=shutdown, you must also set SHUTDOWN_TIMEOUT to a
23 # value suitable for your guests.
26 # number of seconds we're willing to wait for a guest to shut down
29 # If non-zero, try to bypass the file system cache when saving and
30 # restoring guests, even though this may give slower operation for