create /etc/fstab on boot (closes #3458)
[openwrt.git] / package / base-files / files / etc / init.d / watchdog
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2008 OpenWrt.org
3
4 START=97
5 start() {
6 [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog
7 }
This page took 0.104725 seconds and 5 git commands to generate.