Skip to content
Snippets Groups Projects
Commit 89c43ec8 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Force kill gunicorn on stop

parent 44986a9f
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,6 @@ start:
stop:
@echo Shutting down supervisord
supervisorctl shutdown
ps aux|grep gunicorn|awk '{print $2}'|xargs kill -9
.PHONY: build start stop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment