summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <indrajitr@users.noreply.github.com>2016-02-05 11:28:53 +0530
committerIndrajit Raychaudhuri <indrajitr@users.noreply.github.com>2016-02-05 11:28:53 +0530
commit5e41590b7076f41c29e73290e614e2b4e4a34a4b (patch)
tree7c83d0f847052f133ae65c154536acdbd0c65407 /units
parent784b22eef5005309a43400e9ab43d37281b1290c (diff)
Fix typo in rescue shell
Diffstat (limited to 'units')
-rw-r--r--units/rescue.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/rescue.service.in b/units/rescue.service.in
index 6c202174d3..92553f61dd 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