Blame SOURCES/0001-fix-network-manager-no-default-deps-for-nm-run.servi.patch
|
Michel Alexandre Salim |
c5b0fd |
From ba4bcf5f4f11ad624c647ddf4f566997186135e7 Mon Sep 17 00:00:00 2001
|
|
Michel Alexandre Salim |
c5b0fd |
From: Harald Hoyer <harald@redhat.com>
|
|
Michel Alexandre Salim |
c5b0fd |
Date: Wed, 31 Mar 2021 16:11:41 +0200
|
|
Michel Alexandre Salim |
c5b0fd |
Subject: [PATCH] fix(network-manager): no default deps for nm-run.service
|
|
Michel Alexandre Salim |
c5b0fd |
|
|
Michel Alexandre Salim |
c5b0fd |
Otherwise nm-run.service will run only in basic.target, which is too
|
|
Michel Alexandre Salim |
c5b0fd |
late in the initramfs.
|
|
Michel Alexandre Salim |
c5b0fd |
---
|
|
Michel Alexandre Salim |
c5b0fd |
modules.d/35network-manager/nm-run.service | 2 ++
|
|
Michel Alexandre Salim |
c5b0fd |
1 file changed, 2 insertions(+)
|
|
Michel Alexandre Salim |
c5b0fd |
|
|
Michel Alexandre Salim |
c5b0fd |
diff --git a/modules.d/35network-manager/nm-run.service b/modules.d/35network-manager/nm-run.service
|
|
Michel Alexandre Salim |
c5b0fd |
index 63fe7564..f3493c41 100644
|
|
Michel Alexandre Salim |
c5b0fd |
--- a/modules.d/35network-manager/nm-run.service
|
|
Michel Alexandre Salim |
c5b0fd |
+++ b/modules.d/35network-manager/nm-run.service
|
|
Michel Alexandre Salim |
c5b0fd |
@@ -2,6 +2,8 @@
|
|
Michel Alexandre Salim |
c5b0fd |
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
Michel Alexandre Salim |
c5b0fd |
|
|
Michel Alexandre Salim |
c5b0fd |
[Unit]
|
|
Michel Alexandre Salim |
c5b0fd |
+DefaultDependencies=no
|
|
Michel Alexandre Salim |
c5b0fd |
+
|
|
Michel Alexandre Salim |
c5b0fd |
#make sure all devices showed up
|
|
Michel Alexandre Salim |
c5b0fd |
Wants=systemd-udev-settle.service
|
|
Michel Alexandre Salim |
c5b0fd |
After=systemd-udev-settle.service
|
|
Michel Alexandre Salim |
c5b0fd |
--
|
|
Michel Alexandre Salim |
c5b0fd |
2.31.1
|
|
Michel Alexandre Salim |
c5b0fd |
|