libvirt: fix libvirtd service: needs dbus running (close #995).

This commit is contained in:
Juan RP 2015-02-21 08:40:21 +01:00
parent d060adbf89
commit 6c31f9ebcb
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
sv check dbus >/dev/null || exit 1
exec libvirtd 2>&1

View File

@ -1,7 +1,7 @@
# Template file for 'libvirt'
pkgname=libvirt
version=1.2.12
revision=2
revision=3
build_style=gnu-configure
build_options="systemd"
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody