libvirt: actually install the virtlogd service
Closes: gh-4114 [via git-merge-pr]
This commit is contained in:
parent
3da89299e8
commit
124c8e3bda
|
@ -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=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -57,6 +57,7 @@ post_install() {
|
||||||
# runit services
|
# runit services
|
||||||
vsv libvirtd
|
vsv libvirtd
|
||||||
vsv virtlockd
|
vsv virtlockd
|
||||||
|
vsv virtlogd
|
||||||
|
|
||||||
rm -rf ${DESTDIR}/etc/sysconfig
|
rm -rf ${DESTDIR}/etc/sysconfig
|
||||||
# Remove unused stuff.
|
# Remove unused stuff.
|
||||||
|
|
Loading…
Reference in New Issue