pwrtray: Start daemon in background

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22996 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-09-10 00:19:45 +00:00
parent 8ace8a5005
commit 1fad6ceed4

View File

@ -4,7 +4,7 @@
START=99
start() {
[ -x /usr/bin/pwrtray-backend ] && /usr/bin/pwrtray-backend
[ -x /usr/bin/pwrtray-backend ] && /usr/bin/pwrtray-backend -B -f
}
stop() {