diff options
author | Hong Hui Xiao <honghui_xiao@yeah.net> | 2018-03-29 10:54:13 +0800 |
---|---|---|
committer | Liang Ke <lokyse@163.com> | 2018-03-29 03:11:15 +0000 |
commit | c22f5c237de50c176d6aa76ea9b416392647a64a (patch) | |
tree | ecc87513f4e931fda011fb4850d02a0fa2e86cf0 /vio/stop.sh | |
parent | 1ce731bc5f3e47fbf3bb49a81760a809e9077aed (diff) |
Add bootscript of pecan and uwsgi to vio
Change-Id: I4904f15f20c0890a7a3bed37ebc5806178f78de6
Issue-ID: MULTICLOUD-150
Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
Diffstat (limited to 'vio/stop.sh')
-rwxr-xr-x | vio/stop.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |