systemd-network-generator.service: network-pre.target is a passive target unit

This commit is contained in:
Franck Bui 2020-03-27 09:22:39 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 72e1c0b308
commit e730db6c90
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Description=Generate network units from Kernel command line
Documentation=man:systemd-network-generator.service(8)
DefaultDependencies=no
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot
@ -19,4 +20,4 @@ RemainAfterExit=yes
ExecStart=@rootlibexecdir@/systemd-network-generator
[Install]
WantedBy=network-pre.target
WantedBy=sysinit.target