Comment 7 for bug 2036358

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

> If you are using NetworkManager, then systemd-networkd.service (and associated units like systemd-networkd-wait-online.service) should NOT be enabled. With the caveat that I am not sure why you have systemd-networkd enabled in the first place, I would recommend that you simply disable it:

> $ systemctl disable --now systemd-networkd.service

> This will also have the effect of disabling systemd-networkd-wait-online.service.

Ok, I've done this. It is easy enough to re-enable if I need to test anything wrt the bug. This resolved the issue for me.