01a39e9 units: Use BindsTo=systemd-networkd in systemd-networkd-wait-online.service

1 file Authored by daandemeyer a year ago, Committed by zbyszek a year ago,
    units: Use BindsTo=systemd-networkd in systemd-networkd-wait-online.service
    
    We don't want systemd-networkd-wait-online to start if systemd-networkd
    is skipped due to condition failures. This is only guaranteed by BindsTo=
    and not Requires=, so let's use BindsTo=
    
    (cherry picked from commit da15f8406e9aeb7908e1d92c02d2ff5147c7788a)