Merge "Detect when Debian is used to launch libvirtd"

This commit is contained in:
Jenkins
2014-08-30 04:09:08 +00:00
committed by Gerrit Code Review

View File

@@ -57,7 +57,7 @@ cgroup_device_acl = [
EOF
fi
if is_ubuntu; then
if [ "$os_VENDOR" = "Ubuntu" ]; then
LIBVIRT_DAEMON=libvirt-bin
else
LIBVIRT_DAEMON=libvirtd