OXIESEC PANEL
- Current Dir:
/
/
lib
/
lsb
/
init-functions.d
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2019 03:48:16 PM
rwxr-xr-x
📄
20-left-info-blocks
1.06 KB
08/07/2017 09:55:07 PM
rw-r--r--
📄
40-systemd
2.87 KB
12/10/2021 09:15:07 AM
rw-r--r--
📄
50-ubuntu-logging
3.37 KB
08/07/2017 09:55:07 PM
rw-r--r--
📄
99-plymouth
515 bytes
04/04/2019 03:41:18 PM
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 () { /bin/plymouth update --status="${@}" || true } log_end_msg_post () { : } log_action_begin_msg_post () { /bin/plymouth update --status="${@}" || true } log_action_end_msg_post () { : } log_action_msg_post () { /bin/plymouth update --status="${@}" || true } log_daemon_msg_post () { /bin/plymouth update --status="${@}" || true }