projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
base-files: add support for the usbdev LED trigger
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
watchdog
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2008-2010 OpenWrt.org
3
4
START
=
97
5
start
() {
6
[
-c
/
dev
/
watchdog
] && [
-x
/
sbin
/
watchdog
] &&
\
7
watchdog
-t
5
/
dev
/
watchdog
8
}
9
10
stop
() {
11
killall
-q
watchdog
12
}
This page took
0.045272 seconds
and
5
git commands to generate.