PHP 8.5.2
Preview: 99-plymouth Size: 531 B
//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
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
658 B lrw-r--r-- 2024-02-22 12:40:25
Edit Download
3.17 KB lrw-r--r-- 2025-11-21 19:47:35
Edit Download
3.66 KB lrw-r--r-- 2024-02-22 12:40:25
Edit Download
531 B lrw-r--r-- 2025-02-25 05:47:08
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).