Read more

stopping / restarting libvirt on Ubuntu 16.04 with systemd

Avatar
Claus-Theodor Riegg
July 21, 2016Software engineer at makandra GmbH

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
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot
Posted by Claus-Theodor Riegg to makandra Operations (2016-07-21 13:52)