mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Merge pull request #4113 from the-maldridge/libvirt-sv
libvirt: add service for virtlogd
This commit is contained in:
commit
3da89299e8
2 changed files with 4 additions and 1 deletions
3
srcpkgs/libvirt/files/virtlogd/run
Normal file
3
srcpkgs/libvirt/files/virtlogd/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
sv check dbus >/dev/null || exit 1
|
||||||
|
exec virtlogd 2>&1
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libvirt'
|
# Template file for 'libvirt'
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
version=1.3.3
|
version=1.3.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=libvirt
|
configure_args="--without-hal --with-storage-lvm --with-qemu-user=libvirt
|
||||||
--with-qemu-group=libvirt --without-netcf --with-interface --disable-static"
|
--with-qemu-group=libvirt --without-netcf --with-interface --disable-static"
|
||||||
|
|
Loading…
Add table
Reference in a new issue