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: 00-verbose
Close
vlog_daemon_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_daemon_msg "$@" else true fi } vlog_begin_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_begin_msg "$@" else true fi } vlog_action_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_action_msg "$@" else true fi } vlog_action_begin_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_action_begin_msg "$@" else true fi } vlog_action_end_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_action_end_msg "$@" else true fi } vlog_end_msg() { if test x"${VERBOSE:-yes}" != x"no" ; then log_end_msg "$@" else return ${1:-1} fi }