packages/lcd4linux: split into 2 -custom & -full, various fixes:
[packages.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 }