Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.137.159.163
# /lib/lsb/init-functions.d/99-plymouth
# Abort sourcing of this file if plymouth isn't active
if ! plymouth --ping > /dev/null 2>&1
then
return
fi
log_begin_msg_post ()
{
/usr/bin/plymouth update --status="${@}" || true
}
log_end_msg_post ()
{
:
}
log_action_begin_msg_post ()
{
/usr/bin/plymouth update --status="${@}" || true
}
log_action_end_msg_post ()
{
:
}
log_action_msg_post ()
{
/usr/bin/plymouth update --status="${@}" || true
}
log_daemon_msg_post ()
{
/usr/bin/plymouth update --status="${@}" || true
}
|