]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/rescue.service.in
Fix typo in rescue shell
[thirdparty/systemd.git] / units / rescue.service.in
index 6c202174d302acc5de0d5f0f1b4e4bda1ef0fd50..92553f61ddf642b5b47f6a2915883105c7b6fd6a 100644 (file)
@@ -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