HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/dracut/modules.d/04watchdog/watchdog.sh
#!/usr/bin/sh
if [ -e /dev/watchdog ]; then
    if [ ! -e /tmp/watchdog_timeout ]; then
        wdctl -s 60 /dev/watchdog > /dev/null 2>&1
        : > /tmp/watchdog_timeout
    fi
    info "Triggering watchdog"
    : > /dev/watchdog
else
    modprobe ib700wdt
    modprobe i6300esb
fi