From 1fad6ceed4ecd91c877863be0e0ab62824402756 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 10 Sep 2010 00:19:45 +0000 Subject: [PATCH] pwrtray: Start daemon in background git-svn-id: svn://svn.openwrt.org/openwrt/packages@22996 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend b/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend index 4ca60c062..e13893935 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() {