fix(network-manager): no default deps for nm-run.service
Otherwise nm-run.service will run only in basic.target, which is too late in the initramfs.master
parent
56606b0a1b
commit
ba4bcf5f4f
|
@ -2,6 +2,8 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
|
DefaultDependencies=no
|
||||||
|
|
||||||
#make sure all devices showed up
|
#make sure all devices showed up
|
||||||
Wants=systemd-udev-settle.service
|
Wants=systemd-udev-settle.service
|
||||||
After=systemd-udev-settle.service
|
After=systemd-udev-settle.service
|
||||||
|
|
Loading…
Reference in New Issue