Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
build /
Debian /
Delete
Unzip
Name
Size
Permission
Date
Action
i386
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
610_jessie_link_systemd_lib.sh
625
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
Log "Fixup debian jessie systemd files" # on debian jessie systemd files are located in /lib/systemd not # /usr/lib/systemd, as such symlink then within the $ROOTFS_DIR # otherwise certain services won't come up. if [ -e "$ROOTFS_DIR/lib/systemd/" ]; then cd $ROOTFS_DIR/lib/systemd/ my_systemd_files=( $( ls -1 systemd-* )) if [ -e "$ROOTFS_DIR/usr/lib/systemd/" ]; then cd $ROOTFS_DIR/usr/lib/systemd/ for m in "${my_systemd_files[@]}" ; do ln -sf ../../../lib/systemd/$m $m done else Error "Missing usr/lib/systemd/system - too confused to continue" fi fi