From: Michael Büsch Date: Fri, 10 Sep 2010 00:19:45 +0000 (+0000) Subject: pwrtray: Start daemon in background X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=fb2501625b4e422bad920ff61de5509248d3e599;hp=0ffc6a3012f14e76e4d3fab56daea362fe2fdbcd;ds=sidebyside pwrtray: Start daemon in background SVN-Revision: 22996 --- diff --git a/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend b/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend index 4ca60c0627..e13893935d 100755 --- a/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend +++ b/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend @@ -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() {