units: apply plymouth warning fix to in rescue mode as well (#5615)

Follow up for #5528.
This commit is contained in:
Daniel Molkentin 2017-03-21 03:26:05 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 83ddf5d3d8
commit 03bf096ba2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Before=shutdown.target
[Service]
Environment=HOME=/root
WorkingDirectory=-/root
ExecStartPre=-/bin/plymouth --wait quit
ExecStartPre=-/bin/sh -c "[ -x /bin/plymouth ] && /bin/plymouth --wait quit"
ExecStartPre=-/bin/echo -e 'You are in 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