This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=sysinit.target
 
- 
        
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-network-generator
- 
        ExecStart=/usr/lib/systemd/systemd-network-generator
- 
        RemainAfterExit=yes
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        Before=network-pre.target systemd-udevd.service shutdown.target initrd-switch-root.target
- 
        Conflicts=shutdown.target initrd-switch-root.target
- 
        DefaultDependencies=no
- 
        Description=Generate network units from Kernel command line
- 
        Documentation=man:systemd-network-generator.service(8)
- 
        Wants=network-pre.target
 
- 
        
Additionnal notes
Nothing here.