Submit
Path:
~
/
/
opt
/
psa
/
admin
/
sbin
/
modules
/
log-browser
/
File Content:
postconf
#!/usr/bin/env bash # Copyright 1999-2024. WebPros International GmbH. All rights reserved. main() { local command="${1:?"Command must be specified as the first parameter"}" case "$command" in get-long-queue-ids-status) postconf -x enable_long_queue_ids | cut -d'=' -f2 | tr -d ' ' exit $? ;; get-hash-queue-depth) postconf -x hash_queue_depth | cut -d'=' -f2 | tr -d ' ' exit $? ;; *) echo "Unknown command: ${command}" >&2 exit 1 ;; esac } main "$@"
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
journalctl
3631 bytes
0755
last-reboot
24 bytes
0755
list-units
82 bytes
0755
postconf
520 bytes
0755
postqueue
963 bytes
0755
status
34 bytes
0755
syslogd-version
26 bytes
0755
N4ST4R_ID | Naxtarrr