libvirt: add service for virtlogd

This commit is contained in:
Michael Aldridge 2016-04-30 20:40:20 -05:00
parent 372d4a28b2
commit e7594b86f7
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -1,7 +1,7 @@
# Template file for 'libvirt'
pkgname=libvirt
version=1.3.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--without-hal --with-storage-lvm --with-qemu-user=libvirt
--with-qemu-group=libvirt --without-netcf --with-interface --disable-static"