Viewing File: /lib/dracut/modules.d/04watchdog/watchdog-stop.sh

#!/bin/sh
[ -c /dev/watchdog ] && printf 'V' > /dev/watchdog
Back to Directory File Manager
<