summaryrefslogtreecommitdiff
path: root/openwrt/package/frickin
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-22 22:53:12 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-22 22:53:12 +0000
commite6232023adf17a3ad806f1df320f4a88ee0e633f (patch)
tree2c511bace3384446dc83f937670b60b0c321d874 /openwrt/package/frickin
parent50178378a4953c120a23a6b411b50ad848b68cd9 (diff)
downloadmtk-20170518-e6232023adf17a3ad806f1df320f4a88ee0e633f.zip
mtk-20170518-e6232023adf17a3ad806f1df320f4a88ee0e633f.tar.gz
mtk-20170518-e6232023adf17a3ad806f1df320f4a88ee0e633f.tar.bz2
command is no daemon, run it in the background
SVN-Revision: 1534
Diffstat (limited to 'openwrt/package/frickin')
-rw-r--r--openwrt/package/frickin/files/frickin.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/frickin/files/frickin.init b/openwrt/package/frickin/files/frickin.init
index 0a80d41..e07a094 100644
--- a/openwrt/package/frickin/files/frickin.init
+++ b/openwrt/package/frickin/files/frickin.init
@@ -6,7 +6,7 @@ DEFAULT=/etc/default/$BIN
case $1 in
start)
- $BIN $OPTIONS
+ $BIN $OPTIONS &
;;
*)
echo "usage: $0 (start)"