Date: Monday, November 2, 2015 @ 12:47:17
Author: spupykin
Revision: 145591
add libvirt group
Modified:
libvirt/trunk/libvirt.install
-----------------+
libvirt.install | 1 +
1 file changed, 1 insertion(+)
Modified: libvirt.install
===================================================================
--- libvirt.install 2015-11-02 11:37:44 UTC (rev 145590)
+++ libvirt.install 2015-11-02 11:47:17 UTC (rev 145591)
@@ -4,6 +4,7 @@
post_install() {
_libvirt_setup || return 1
+ groupadd -f libvirt
echo ">>> libvirt runs qemu from nobody:kvm by default"
echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"