summaryrefslogtreecommitdiff
path: root/units/rescue.service.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-30 22:34:56 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-31 00:04:44 -0400
commit42377d6bb771c31bff931f83163972fdcb224d0c (patch)
tree35f815bba7ed30d14d0fcc52a39b0ba653f503f3 /units/rescue.service.in
parent9c0804278b42261b4dce20ea0ea79bcbad291639 (diff)
downloadsystemd-42377d6bb771c31bff931f83163972fdcb224d0c.tar.gz
units: update rescue.service and emergency.service
^D works in emergency.service too. One needs to log in when in rescue mode too.
Diffstat (limited to 'units/rescue.service.in')
-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 ef5436960f..fc93f1e160 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 rescue mode! Type "systemctl default" or ^D to enter default mode.\\nType "journalctl -xb" to view system logs. Type "systemctl reboot" to reboot.'
+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.'
ExecStart=-/bin/sh -c "/sbin/sulogin; @SYSTEMCTL@ --fail --no-block default"
Type=idle
StandardInput=tty-force