mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 01:04:32 +00:00
Fix startup order
Also depend on pve-cluster and redhat-cluster-pve.
This commit is contained in:
parent
485e8e1d49
commit
9b4ea96225
@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: @@ARCH@@
|
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
|
Conflicts: netcat-openbsd
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Description: Qemu Server Tools
|
Description: Qemu Server Tools
|
||||||
|
2
postinst
2
postinst
@ -21,7 +21,7 @@ set -e
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
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
|
# update old config files
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: qemu-server
|
# Provides: qemu-server
|
||||||
# Required-Start: $network $local_fs $remote_fs
|
# Required-Start: pve-cluster cman $network $local_fs $remote_fs
|
||||||
# Required-Stop: $network $local_fs $remote_fs
|
# Required-Stop: pve-cluster cman $network $local_fs $remote_fs
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start all qemu/kvm virtual machines
|
# Short-Description: start all qemu/kvm virtual machines
|
||||||
### END INIT INFO
|
### 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
|
PROG=/usr/sbin/qm
|
||||||
DESC="Qemu Server"
|
DESC="Qemu Server"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user