]> TLD Linux GIT Repositories - packages/libvirt.git/blob - libvirt-guests.init
- updated to 10.2.0
[packages/libvirt.git] / libvirt-guests.init
1 #!/bin/sh
2
3 # libvirt-guests:   suspend/resume libvirt guests on shutdown/boot
4 #
5 # chkconfig: 345 99 01
6 # description:  This is a script for suspending active libvirt guests \
7 #               on shutdown and resuming them on next boot \
8 #               See https://libvirt.org
9 #
10
11 exec /usr/lib64/libvirt-guests.sh "$@"
12
13 # next line is here for "service --status-all" to work
14 #  status)