Skip to content
Snippets Groups Projects
Commit 8ebd17d9 authored by Guido Günther's avatar Guido Günther
Browse files

update startup priorities

due to changed libvirt-bin startup priority. Also add an LSB header.
Closes: #526944
parent 92eba471
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
#! /bin/sh
### BEGIN INIT INFO
# Provides: libvirt-suspendonreboot
# Required-Start: libvirtd
# Required-Stop: libvirtd $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: suspend/resmum vms on reboot
### END INIT INFO
# (c) Andi Barth <aba@not.so.argh.org> 2008
# Distributable under the terms of the GNU GPL version 2.
#
# copy to /etc/init.d/libvirt-suspendonreboot and use
# update-rc.d libvirt-suspendonreboot defaults 21 19
# update-rc.d libvirt-suspendonreboot defaults 29 71
# to enable
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment