Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
runit /
[ HOME SHELL ]
Name
Size
Permission
Action
async-timeout
14.29
KB
-rwxr-xr-x
finish-default
750
B
-rwxr-xr-x
invoke-run
2.12
KB
-rwxr-xr-x
run_sysv_scripts
445
B
-rwxr-xr-x
runit-init
14.34
KB
-rwxr-xr-x
runlevel
174
B
-rwxr-xr-x
shutdown
14.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : finish-default
#!/bin/echo this script must be sourced, not executed. set -e . /etc/default/runit NAME=${PWD##*/} if [ "${VERBOSE:-0}" != 0 ] ; then trap "echo invoke-run: $NAME stopped" EXIT fi case $1 in (-1) echo "invoke-run: ERROR $1 in $NAME: runscript didn't exit normally" # no need to sv d service here, runsv will stop trying after the first attempt ;; (161) echo "invoke-run: WARNING for $NAME: disabled by local settings" sv d $NAME exit 0 ;; (162) echo "invoke-run: ERROR $1 in $NAME: configtest or early setup failed" sv d $NAME exit 0 ;; (170) echo "invoke-run: ERROR $1 in $NAME: a runtime hard dependecy is missing" sv d $NAME exit 0 ;; esac if [ "${DEBUG:-0}" != 0 ] ; then echo "invoke-run: $NAME : run exit code is $1" fi
Close