# Connection to libvirt
#VIRSH="virsh -c qemu:///system"

# How many seconds to wait before desstroy
#WAIT_SECONDS=300

# Which guest should be saved instead of shutdown
#SAVE="guest1 guest2 ..."

# Post stop script
#post_script() {
#  true
#}
