Blame 0058-systemd-switch-root.target-run-target-before-switch-.patch

Harald Hoyer 35271e
From 3df23069817586aa3143e6e9c33bec24785caea3 Mon Sep 17 00:00:00 2001
Harald Hoyer 35271e
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 35271e
Date: Wed, 16 May 2012 11:21:33 +0200
Harald Hoyer 35271e
Subject: [PATCH] systemd/switch-root.target: run target before
Harald Hoyer 35271e
 switch-root.service
Harald Hoyer 35271e
Harald Hoyer 35271e
---
Harald Hoyer 35271e
 modules.d/98systemd/switch-root.target |    2 +-
Harald Hoyer 35271e
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 35271e
Harald Hoyer 35271e
diff --git a/modules.d/98systemd/switch-root.target b/modules.d/98systemd/switch-root.target
Harald Hoyer 35271e
index d0d60e1..adfb32c 100644
Harald Hoyer 35271e
--- a/modules.d/98systemd/switch-root.target
Harald Hoyer 35271e
+++ b/modules.d/98systemd/switch-root.target
Harald Hoyer 35271e
@@ -11,6 +11,6 @@
Harald Hoyer 35271e
 Description=Switch Root
Harald Hoyer 35271e
 DefaultDependencies=no
Harald Hoyer 35271e
 Requires=switch-root.service
Harald Hoyer 35271e
-After=switch-root.service
Harald Hoyer 35271e
+Before=switch-root.service
Harald Hoyer 35271e
 AllowIsolate=yes
Harald Hoyer 35271e