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.217.23
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 /
rescue /
DP /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
450_prepare_omni_systemd.sh
675
B
-rw-r--r--
2026-04-01 09:39
450_prepare_omni_xinetd.sh
547
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 450_prepare_omni_systemd.sh # Make sure Data Protector INET gets included in the rescue image (if systemd is used) # Nothing to do when systemd is not used test -r "/usr/lib/systemd/system/omni.socket" || return 0 PROGS+=( systemd ) COPY_AS_IS+=( /usr/lib/systemd/system/omni.socket /usr/lib/systemd/system/omni@.service /etc/systemd/system/sockets.target.wants/omni.socket ) cat >$ROOTFS_DIR/etc/scripts/system-setup.d/90-omni.sh <<-EOF echo "Starting Data Protector daemon using systemd..." systemctl start omni.socket EOF chmod +x $ROOTFS_DIR/etc/scripts/system-setup.d/90-omni.sh Log "Created the Data Protector start-up script (90-omni.sh) for ReaR using systemd"