libvirt: fix libvirtd service: needs dbus running (close #995).
This commit is contained in:
parent
d060adbf89
commit
6c31f9ebcb
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sv check dbus >/dev/null || exit 1
|
||||||
exec libvirtd 2>&1
|
exec libvirtd 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libvirt'
|
# Template file for 'libvirt'
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
version=1.2.12
|
version=1.2.12
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
||||||
|
|
Loading…
Reference in New Issue