Your IP : 3.12.148.140


Current Path : /proc/thread-self/root/usr/lib/dracut/modules.d/04watchdog/
Upload File :
Current File : //proc/thread-self/root/usr/lib/dracut/modules.d/04watchdog/watchdog-stop.sh

#!/bin/sh
[ -c /dev/watchdog ] && printf 'V' > /dev/watchdog

?>