Re: KVM install
Reply #7 –
I've got KVM running on Artix with runit, and can confirm it works flawlessly.
For KVM on runit install package libvirt-runit
To start the services run:
ln -s /etc/runit/sv/libvirtd /run/runit/service
sv up libvirtd
ln -s /etc/runit/sv/virtlogd /run/runit/service
sv up virtlogd
In case you have issues/questions just update this thread.