projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add gkrellmd (#1453)
[openwrt/svn-archive/archive.git]
/
admin
/
gkrellmd
/
files
/
gkrellmd.init
1
#!/bin/sh /etc/rc.common
2
3
start
() {
4
/
usr
/
bin
/
gkrellmd
5
}
6
7
stop
() {
8
killall gkrellmd
9
}