Merge "Detect when Debian is used to launch libvirtd"
This commit is contained in:
commit
b6f183ad09
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user