🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 10:19:06 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
dracut
/
modules.d
/
04watchdog
📍 /usr/lib/dracut/modules.d/04watchdog
🔄 Refresh
✏️
Editing: watchdog.sh
Read Only
#!/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
💾 Save Changes
❌ Cancel