plymouth.servis
This commit is contained in:
parent
4af2aca160
commit
6f10c3bed0
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue