From: Daniel Molkentin Date: Tue, 21 Mar 2017 02:26:05 +0000 (+0100) Subject: units: apply plymouth warning fix to in rescue mode as well (#5615) X-Git-Tag: v234~361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03bf096ba283bfcba0725375f152a823e998cdbc;p=platform%2Fupstream%2Fsystemd.git units: apply plymouth warning fix to in rescue mode as well (#5615) Follow up for #5528. --- diff --git a/units/rescue.service.in b/units/rescue.service.in index 5feff69..dc6d14b 100644 --- a/units/rescue.service.in +++ b/units/rescue.service.in @@ -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