Package: apt Version: 3.0.3 I don't like how it directly invokes `/lib/systemd/systemd-networkd-wait-online` on `systemd-networkd` systems. I believe a different approach should be chosen, e.g., `systemctl start systemd-networkd-wait-online.service` with a timer that would kill that forked child on timeout. Or with a `start --no-block` and then `is-active` in loop for a predetermined period.
The reason for my complaint is the second paragraph of my issue opened @ https://github.com/systemd/systemd/issues/40523 Or maybe let the user configure the invocation, e.g., allowing them to specify `--any` or maybe just any options they desire. Thanks.

