From fda0ce18c2418c55041ecc8d46e9de3dfda02f39 Mon Sep 17 00:00:00 2001 From: branw Date: Wed, 22 Feb 2017 18:14:48 +0800 Subject: Setup micro-service of VMware VIO driver Change-Id: I2c914069bfc8372a717f0b426e455504b9c8d425 Issue-Id: MULTIVIM-37 Signed-off-by: branw --- vio/stop.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 vio/stop.sh (limited to 'vio/stop.sh') diff --git a/vio/stop.sh b/vio/stop.sh new file mode 100755 index 0000000..0196606 --- /dev/null +++ b/vio/stop.sh @@ -0,0 +1,14 @@ +#!/bin/bash +# Copyright (c) 2017 VMware, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: + +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# 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 127.0.0.1:9004' | awk '{print $2}' | xargs kill -9 -- cgit 1.2.3-korg