📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 17:42:17
📂
/ (Root)
/
lib
/
dracut
/
modules.d
/
04watchdog
📍 /lib/dracut/modules.d/04watchdog
🔄 Refresh
✏️
Editing: watchdog.sh
Read Only
#!/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
💾 Save Changes
❌ Cancel