New issue by leonardlorenz on void-packages repository https://github.com/void-linux/void-packages/issues/18133 Description: ### System Thinkpad T430s with intel i5 3320m with 8gb ram. * xuname: Void 5.3.18_1 x86_64 GenuineIntel notuptodate rFFF * package: - minikube - libvirt ### Expected behavior libvirt creates /var/run/libvirt/libvirtd-sock minikube can find libvirtd-sock and starts up fine ### Actual behavior libvirt creates /var/run/libvirt/libvirt-sock minikube can't find libvirtd-sock because it is not named by convention ### Steps to reproduce the behavior xbps-install -S libvirt sudo ln -s /etc/sv/libvirtd /var/service sudo ln -s /etc/sv/virtlogd /var/service minikube start ### Notes I have temporarily fixed the problem by symlinking the socket to the expected location. I will look into fixing the package template later today but I can't promise anything.