|
#!/usr/bin/env sh
|
|
currentPatch=$(cd $(dirname ${BASH_SOURCE:-$0});pwd)
|
|
|
|
trap "$1 ${currentPatch}/think timer stop" EXIT
|
|
|
|
$1 ${currentPatch}/think timer stop
|
|
$1 ${currentPatch}
|
|
|
|
$2 ${currentPatch}/think queue:restart
|
|
$2 ${currentPatch}/think queue:listen --queue
|