From: Indrajit Raychaudhuri Date: Fri, 5 Feb 2016 05:58:53 +0000 (+0530) Subject: Fix typo in rescue shell X-Git-Tag: v229~34^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e41590b7076f41c29e73290e614e2b4e4a34a4b;p=thirdparty%2Fsystemd.git Fix typo in rescue shell --- diff --git a/units/rescue.service.in b/units/rescue.service.in index 6c202174d30..92553f61ddf 100644 --- a/units/rescue.service.in +++ b/units/rescue.service.in @@ -17,7 +17,7 @@ Before=shutdown.target Environment=HOME=/root WorkingDirectory=-/root ExecStartPre=-/bin/plymouth quit -ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.' +ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.' ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default" Type=idle StandardInput=tty-force