stopping / restarting libvirt on Ubuntu 16.04 with systemd

Updated . Posted . Visible to the public.

Because systemd is the greatest thing ever it's not enough to stop the libvirt service. You need to disable the libvirt socket too.

sudo systemctl stop libvirt-bin
sudo systemctl stop libvirt-bin.socket
sudo systemctl start libvirt-bin
Last edit
Deleted user #4309
Keywords
ops, virsh, reload
License
Source code in this card is licensed under the MIT License.