This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/usr/lib/systemd/systemd-networkd-wait-online -i %I "--timeout=120"
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-networkd.service
- 
        Conflicts=shutdown.target
- 
        Description=Wait for Network Interface %I to be Configured
- 
        Requisite=systemd-networkd.service
 
- 
        
Additionnal notes
Nothing here.