mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Libvirt: Remove delay from start command in install.sh
Fixes: #11152 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
c3afb9c65d
commit
1cd62a8d3d
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
SUP_ARCH = i586 x86_64
|
||||
PROG = libvirt
|
||||
PAK_VER = 5
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS = "libpciaccess libyajl ncat qemu"
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ chown -R nobody:kvm /var/lib/libvirt/images
|
||||
# restore the backup
|
||||
restore_backup ${NAME}
|
||||
|
||||
start_service --delay 300 --background libvirtd
|
||||
start_service --background libvirtd
|
||||
ln -svf /etc/init.d/libvirtd /etc/rc.d/rc0.d/K20libvirtd
|
||||
ln -svf /etc/init.d/libvirtd /etc/rc.d/rc3.d/S70libvirtd
|
||||
ln -svf /etc/init.d/libvirtd /etc/rc.d/rc6.d/K20libvirtd
|
||||
|
||||
Reference in New Issue
Block a user