1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

command is no daemon, run it in the background

SVN-Revision: 1534
This commit is contained in:
Nicolas Thill 2005-07-22 22:53:12 +00:00
parent 50178378a4
commit e6232023ad

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