command is no daemon, run it in the background
SVN-Revision: 1534
This commit is contained in:
parent
50178378a4
commit
e6232023ad
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||||
|
|
Loading…
Reference in a new issue