man pages: update the description for the virsh help command
[libvirt/aglitke.git] / tools / libvirt-guests.sysconf
blobcd58728b43700f5ab8e1c13b52893f624045986d
1 # URIs to check for running guests
2 # example: URIS='default xen:/// vbox+tcp://host/system lxc:///'
3 #URIS=default
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
10 #           libvirtd
11 #ON_BOOT=start
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.
21 #ON_SHUTDOWN=suspend
23 # number of seconds we're willing to wait for a guest to shut down
24 #SHUTDOWN_TIMEOUT=0