Skip to content
Snippets Groups Projects
Commit 5af9fb37 authored by David Trattnig's avatar David Trattnig
Browse files

Script to stop web server.

parent be4ee18b
No related branches found
No related tags found
No related merge requests found
kill -9 `ps -eo pid,command | grep 'gunicorn.*api:run_app()' | grep -v grep | sort | head -1 | awk '{print $1}'`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment