Hello, I am running application that needs network on at least one ethernet port to be configured (meaning to have IP address) and on debug looks like the systemd-networkd-wait-online.service takes 20 to 40 seconds on back to back reboot and sometimes goes up to couple of minutes.
Have tried adding --any, -i eth0, -o carrier, and it seems to take always more than 20 seconds.
with timeout=5, it of course timeout after 5 seconds but not sure if any section of the network is not set up properly.
What is the best way to constraint this service to just have service completed to indicate system at least as one link up with IP address?
Thanks