From e7594b86f714015c67b7d3337b88d8006f8eb265 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 30 Apr 2016 20:40:20 -0500 Subject: [PATCH] libvirt: add service for virtlogd --- srcpkgs/libvirt/files/virtlogd/run | 3 +++ srcpkgs/libvirt/template | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libvirt/files/virtlogd/run diff --git a/srcpkgs/libvirt/files/virtlogd/run b/srcpkgs/libvirt/files/virtlogd/run new file mode 100644 index 00000000000..e27f13f0aef --- /dev/null +++ b/srcpkgs/libvirt/files/virtlogd/run @@ -0,0 +1,3 @@ +#!/bin/sh +sv check dbus >/dev/null || exit 1 +exec virtlogd 2>&1 diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index 1360b038cb0..89a3251dfb6 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -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"