4ca60c06276d23b527cc9aabb4c5663fd8791b60
[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
8 }
9
10 stop() {
11 killall -q pwrtray-backend
12 }