Hello there,
i have two custom made profiles in /etc/netctl, namely custom_dhcp and custom_static
After a fresh install, i run systemctl disable netctl-ifplugd@eth0.service, and then netctl enable custom_static. After reboot, i use systemctl --type=service and see that my custom_static profile indeed was loaded. If i don't run the systemctl disable netctl-ifplugd@eth0.service, then my custom profile does not get started.
Now what i want to do is to somehow run my custom_static profile together with ifplugd, so that when a cable is connected only after the PI has already booted, ifplugd detects that and starts the profile. Simply running netctl enable custom_static works fine if the PI gets booted with cable connected, but not without.
Thanks for helping out...