You are not logged in.
I can put "nohook wpa_supplicant" in /etc/dhcpcd.conf, but what if I only want to manage wpa_supplicant myself for a specific interface, and let dhcpcd handle any others. Is it possible to do that at the moment?
Offline
The nohook directive should work in an interface block.
interface eth0
nohook wpa_supplicant
Offline