command is no daemon, run it in the background
authorNicolas Thill <nico@openwrt.org>
Fri, 22 Jul 2005 22:53:12 +0000 (22:53 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 22 Jul 2005 22:53:12 +0000 (22:53 +0000)
SVN-Revision: 1534

openwrt/package/frickin/files/frickin.init

index 0a80d417ddc3b1f27be681c412c0b349f0178a86..e07a0945b687e6417fe96f04dca83bc43d3ed1ca 100644 (file)
@@ -6,7 +6,7 @@ DEFAULT=/etc/default/$BIN
 
 case $1 in
  start)
-  $BIN $OPTIONS
+  $BIN $OPTIONS &
   ;;
  *)
   echo "usage: $0 (start)"