From: Harald Hoyer Date: Wed, 16 May 2012 09:21:33 +0000 (+0200) Subject: systemd/switch-root.target: run target before switch-root.service X-Git-Tag: 019~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3df23069817586aa3143e6e9c33bec24785caea3;p=thirdparty%2Fdracut.git systemd/switch-root.target: run target before switch-root.service --- diff --git a/modules.d/98systemd/switch-root.target b/modules.d/98systemd/switch-root.target index d0d60e1e9..adfb32cc0 100644 --- a/modules.d/98systemd/switch-root.target +++ b/modules.d/98systemd/switch-root.target @@ -11,6 +11,6 @@ Description=Switch Root DefaultDependencies=no Requires=switch-root.service -After=switch-root.service +Before=switch-root.service AllowIsolate=yes