mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
units: suggest journalctl -b in rescue.service so that only messages from the current boot are shown
This commit is contained in:
parent
2609659f0d
commit
74dc2b17e6
1 changed files with 1 additions and 1 deletions
|
@ -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" 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 -b" to view system logs. Type "systemctl reboot" to reboot.'
|
||||
m4_ifdef(`TARGET_FEDORA',
|
||||
`EnvironmentFile=/etc/sysconfig/init
|
||||
ExecStart=-/bin/bash -c "exec ${SINGLE}"',
|
||||
|
|
Loading…
Reference in a new issue