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
commit b6f183ad09
1 changed files with 1 additions and 1 deletions

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