projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e13893935d245da00f280bda825b1e0e834c755f
[openwrt/svn-archive/archive.git]
/
Xorg
/
app
/
pwrtray
/
files
/
etc
/
init.d
/
pwrtray-backend
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2010 OpenWrt.org
3
4
START
=
99
5
6
start
() {
7
[
-x
/
usr
/
bin
/
pwrtray-backend
] && /
usr
/
bin
/
pwrtray-backend
-B -f
8
}
9
10
stop
() {
11
killall
-q
pwrtray-backend
12
}