]> TLD Linux GIT Repositories - packages/libvirt.git/blobdiff - libvirt-guests.init
- updated to 5.3.0, not tested, release 0.1 due to dropped SysV support
[packages/libvirt.git] / libvirt-guests.init
diff --git a/libvirt-guests.init b/libvirt-guests.init
new file mode 100755 (executable)
index 0000000..e30f449
--- /dev/null
@@ -0,0 +1,14 @@
+#!/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/lib64/libvirt-guests.sh "$@"
+
+# next line is here for "service --status-all" to work
+#  status)