I'am new user in base-void-linux and I need to enable NetworkManager.
For that I need to disable dhcpcd and wpa_supplicant services. I need help for how to disable wpa_supplicant service.
I'am new user in base-void-linux and I need to enable NetworkManager.
For that I need to disable dhcpcd and wpa_supplicant services. I need help for how to disable wpa_supplicant service.
Under runit, you should remove the symlink:
# rm -f /var/service/wpa_supplicant.service # rm -f /var/service/dhcpcd.service