OXIESEC PANEL
- Current Dir:
/
/
snap
/
core24
/
988
/
usr
/
lib
/
lsb
/
init-functions.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/04/2025 04:37:50 PM
rwxr-xr-x
📄
00-verbose
658 bytes
02/22/2024 12:40:25 PM
rw-r--r--
📄
40-systemd
3.17 KB
02/18/2025 05:24:37 PM
rw-r--r--
📄
50-ubuntu-logging
3.66 KB
02/22/2024 12:40:25 PM
rw-r--r--
📄
99-plymouth
531 bytes
02/25/2025 05:47:08 AM
rw-r--r--
Editing: 99-plymouth
Close
# /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 }