5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-25 23:21:43 +03:00

Fix startup order

Also depend on pve-cluster and redhat-cluster-pve.
This commit is contained in:
Dietmar Maurer 2011-08-30 15:11:54 +02:00
parent 485e8e1d49
commit 9b4ea96225
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
Section: admin
Priority: optional
Architecture: @@ARCH@@
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, libdigest-sha1-perl, pve-qemu-kvm (>= 0.11.1) | pve-qemu-kvm-2.6.18, netcat-traditional, libpve-storage-perl
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, libdigest-sha1-perl, pve-qemu-kvm (>= 0.11.1) | pve-qemu-kvm-2.6.18, netcat-traditional, libpve-storage-perl, pve-cluster, redhat-cluster-pve
Conflicts: netcat-openbsd
Maintainer: Proxmox Support Team <support@proxmox.com>
Description: Qemu Server Tools

View File

@ -21,7 +21,7 @@ set -e
case "$1" in
configure)
update-rc.d qemu-server defaults 25 >/dev/null 2>&1
update-rc.d qemu-server defaults 25 75 >/dev/null 2>&1
# update old config files

View File

@ -2,14 +2,14 @@
### BEGIN INIT INFO
# Provides: qemu-server
# Required-Start: $network $local_fs $remote_fs
# Required-Stop: $network $local_fs $remote_fs
# Required-Start: pve-cluster cman $network $local_fs $remote_fs
# Required-Stop: pve-cluster cman $network $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start all qemu/kvm virtual machines
### END INIT INFO
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
PATH=/sbin:/bin:/usr/sbin:/usr/bin
PROG=/usr/sbin/qm
DESC="Qemu Server"