diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-06 14:43:26 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-06 14:43:26 +0100 |
commit | d8889a887b7e79f5e7a2ac2c1b98ffa5e473a2d5 (patch) | |
tree | 570e189987dd6db9c051c2a80fb26c49b611a6d2 | |
parent | 54b7f38fe80fec06c853672cd750d990f118e79b (diff) | |
parent | 5e41590b7076f41c29e73290e614e2b4e4a34a4b (diff) |
Merge pull request #2534 from indrajitr/patch-1
Fix typo in rescue shell
-rw-r--r-- | units/rescue.service.in | 2 |
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 |