From: Bill Nottingham Date: Thu, 28 Oct 2010 17:27:43 +0000 (-0400) Subject: Fedora: Assorted tweaks to Fedora single-user mode. X-Git-Tag: v12~111 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9524600eac7c45a8e4b9f426020e24ccfc150d41;p=systemd Fedora: Assorted tweaks to Fedora single-user mode. 1) Start after basic.target, not the deprecated sysinit.target 2) Conflict with shutdown. --- diff --git a/units/fedora/single.service b/units/fedora/single.service index f4942372..f36cbf31 100644 --- a/units/fedora/single.service +++ b/units/fedora/single.service @@ -10,8 +10,8 @@ [Unit] Description=Rescue Shell DefaultDependencies=no -Conflicts=multi-user.target -After=sysinit.target +Conflicts=multi-user.target shutdown.target +After=basic.target Before=multi-user.target [Service]