Skip to content

Commit ba4bcf5

Browse files
committed
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.
1 parent 56606b0 commit ba4bcf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules.d/35network-manager/nm-run.service

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: GPL-2.0-or-later
33

44
[Unit]
5+
DefaultDependencies=no
6+
57
#make sure all devices showed up
68
Wants=systemd-udev-settle.service
79
After=systemd-udev-settle.service

0 commit comments

Comments
 (0)