Hacker News new | ask | show | jobs
by Arnavion 1136 days ago
The work to split into multiple daemons started a few years ago.

https://gitlab.com/libvirt/libvirt/-/blob/9b8bb536ff999fa61e...

On OpenSUSE Tumbleweed I do have the individual daemons' service units (`virtqemud.service` etc from the `libvirt-daemon-driver-qemu` package etc) but I still use the original `libvirtd.service` that runs `/usr/sbin/libvirtd`. I might look into switching over the weekend.

1 comments

    systemctl stop 'libvirtd*.service'
    systemctl disable --now 'libvirtd*.socket'
    systemctl enable --now virt{qemu,network,storage,nodedev,log}d.socket
Went without a hitch. `virt-manager` still works without the need for `virtproxyd`.