plymouth.servis

This commit is contained in:
milisbir 2017-11-14 22:15:36 +02:00
parent 4af2aca160
commit 6f10c3bed0
1 changed files with 2 additions and 2 deletions

4
ayarlar/servisler/mbd/init.d/plymouth Normal file → Executable file
View File

@ -15,7 +15,7 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin"
NAME="plymouth" NAME="plymouth"
DESC="Boot splash manager" DESC="Boot splash manager"
test -x /usr/sbin/plymouth || exit 0 test -x /usr/sbin/plymouthd || exit 0
if [ -r "/etc/default/${NAME}" ] if [ -r "/etc/default/${NAME}" ]
then then
@ -51,7 +51,7 @@ case "${1}" in
true) true)
if ! plymouth --ping if ! plymouth --ping
then then
/usr/sbin/plymouth --mode=shutdown --attach-to-session /usr/sbin/plymouthd --mode=shutdown --attach-to-session
fi fi
RUNLEVEL="$(/sbin/runlevel | cut -d " " -f 2)" RUNLEVEL="$(/sbin/runlevel | cut -d " " -f 2)"