diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-16 03:03:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-16 03:03:54 +0100 |
commit | 95ec8647c70b2c1fe816301aca2143d587a60c82 (patch) | |
tree | c6c37c392a6d6d82782fa5536c649b05b9ce0044 /units/rescue.service.m4.in | |
parent | 6f9e5c961992a7f12812c254272a35ead0457361 (diff) |
journal: recommend journalctl -x more often
Diffstat (limited to 'units/rescue.service.m4.in')
-rw-r--r-- | units/rescue.service.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in index 89059e05de..fb14baf195 100644 --- a/units/rescue.service.m4.in +++ b/units/rescue.service.m4.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 -b" to view system logs. Type "systemctl reboot" to reboot.' +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.' m4_ifdef(`TARGET_FEDORA', `EnvironmentFile=/etc/sysconfig/init ExecStart=-/bin/bash -c "exec ${SINGLE}"', |