diff options
Diffstat (limited to 'windriver/stop.sh')
-rw-r--r-- | windriver/stop.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windriver/stop.sh b/windriver/stop.sh index a84fb3b5..ab8a72d5 100644 --- a/windriver/stop.sh +++ b/windriver/stop.sh @@ -13,5 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -ps auxww | grep 'manage.py runserver 0.0.0.0:9005' | awk '{print $2}' | xargs kill -9 +#ps auxww | grep 'manage.py runserver 0.0.0.0:9005' | awk '{print $2}' | xargs kill -9 +ps auxww |grep 'uwsgi --http :9005 --module titanium_cloud.wsgi --master' |awk '{print $2}' |xargs kill -9 ps auxww | grep 'memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid' | awk '{print $2}' | xargs kill -9 |