summaryrefslogtreecommitdiff
path: root/units/rescue.service.m4
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-15 20:06:14 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-15 20:06:14 +0100
commiteb91400c68140c9e4dadc2510c42d82869656b24 (patch)
tree2e05f23e9b6f60ec0de05eb4e1c75e04a22b0fde /units/rescue.service.m4
parente606bb61d09d00ecce5f51f793dfdd8c85122cc4 (diff)
units: reword rescue/emergency mode message to fit in 80chars
Diffstat (limited to 'units/rescue.service.m4')
-rw-r--r--units/rescue.service.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/units/rescue.service.m4 b/units/rescue.service.m4
index 7dd8a220b8..310bbce1e6 100644
--- a/units/rescue.service.m4
+++ b/units/rescue.service.m4
@@ -18,7 +18,7 @@ Before=shutdown.target
Environment=HOME=/root
WorkingDirectory=/root
ExecStartPre=-/bin/plymouth quit
-ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" or ^D to activate default mode.'
+ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" or ^D to enter default mode.'
m4_ifdef(`TARGET_FEDORA',
`EnvironmentFile=/etc/sysconfig/init
ExecStart=-/bin/bash -c "exec ${SINGLE}"',