Posted over 4 years ago. Visible to the public.
stopping / restarting libvirt on Ubuntu 16.04 with systemd
Because systemd is the greatest thing ever it's not enough to stop the libvirt service. You need to disable the libvirt socket too.
Copysudo systemctl stop libvirt-bin sudo systemctl stop libvirt-bin.socket sudo systemctl start libvirt-bin