#!/bin/sh

# libvirt-guests:   suspend/resume libvirt guests on shutdown/boot
#
# chkconfig: 345 99 01
# description:  This is a script for suspending active libvirt guests \
#               on shutdown and resuming them on next boot \
#               See https://libvirt.org
#

exec /usr/libexec/libvirt-guests.sh "$@"

# next line is here for "service --status-all" to work
#  status)
