This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=network-online.target
 
- 
        
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-networkd-wait-online
- 
        ExecStart=/usr/lib/systemd/systemd-networkd-wait-online
- 
        ExecStart=/usr/lib/systemd/systemd-networkd-wait-online "--timeout=120"
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-networkd.service
- 
        Before=network-online.target shutdown.target
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Wait for Network to be Configured
- 
        Documentation=man:systemd-networkd-wait-online.service(8)
- 
        Requires=systemd-networkd.service
 
- 
        
Additionnal notes
Nothing here.