Thomas Eisenbarth
10 years

stopping / restarting libvirt on Ubuntu 16.04 with systemd

Posted Almost 8 years ago. 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
Claus-Theodor Riegg
Last edit
About 7 years ago
Claus-Theodor Riegg
Keywords
ops, virsh, reload
License
Source code in this card is licensed under the MIT License.