rc: cleanup last boot plymouth message to start with a clean splash on shutdown

This commit is contained in:
Silvan Calarco 2011-11-29 01:56:50 +01:00
parent 65a6f29348
commit f13cf13e4a

View File

@ -144,5 +144,6 @@ if [ ! "$runlevel" = "5" ]; then
chvt 1
$PLYMOUTH quit
else
$PLYMOUTH message --text=""
[ -e /run/plymouth/pid ] && touch /var/spool/gdm/force-display-on-active-vt
fi