command is no daemon, run it in the background

SVN-Revision: 1534
owl
Nicolas Thill 2005-07-22 22:53:12 +00:00
parent 50178378a4
commit e6232023ad
1 changed files with 1 additions and 1 deletions

View File

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