Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
98syslog /
Delete
Unzip
Name
Size
Permission
Date
Action
README
833
B
-rw-r--r--
2022-06-19 22:35
module-setup.sh
1.14
KB
-rwxr-xr-x
2022-06-19 22:35
parse-syslog-opts.sh
1.14
KB
-rwxr-xr-x
2022-06-19 22:35
rsyslog.conf
820
B
-rw-r--r--
2022-06-19 22:35
rsyslogd-start.sh
1.23
KB
-rwxr-xr-x
2022-06-19 22:35
rsyslogd-stop.sh
300
B
-rwxr-xr-x
2022-06-19 22:35
syslog-cleanup.sh
419
B
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/bin/sh # Just cleans up a previously started syslogd type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh if [ -f /tmp/syslog.server ]; then read -r syslogtype < /tmp/syslog.type if command -v "${syslogtype}-stop" > /dev/null; then "${syslogtype}"-stop else warn "syslog-cleanup: Could not find script to stop syslog of type \"$syslogtype\". Syslog will not be stopped." fi fi