From c22f5c237de50c176d6aa76ea9b416392647a64a Mon Sep 17 00:00:00 2001 From: Hong Hui Xiao Date: Thu, 29 Mar 2018 10:54:13 +0800 Subject: Add bootscript of pecan and uwsgi to vio Change-Id: I4904f15f20c0890a7a3bed37ebc5806178f78de6 Issue-ID: MULTICLOUD-150 Signed-off-by: Hong Hui Xiao --- vio/stop.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vio/stop.sh') diff --git a/vio/stop.sh b/vio/stop.sh index 718b3cb..e07394a 100755 --- a/vio/stop.sh +++ b/vio/stop.sh @@ -11,4 +11,5 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -ps auxww | grep 'manage.py runserver 0.0.0.0:9004' | awk '{print $2}' | xargs kill -9 +# ps auxww | grep 'manage.py runserver 0.0.0.0:9004' | awk '{print $2}' | xargs kill -9 +ps auxww |grep 'uwsgi --http :9004 --module vio.wsgi --master' |awk '{print $2}' |xargs kill -9 -- cgit 1.2.3-korg