Skip to content

Instantly share code, notes, and snippets.

@wolfgangmeyers
Created October 14, 2015 22:51
Show Gist options
  • Save wolfgangmeyers/6f2a20b5ee885feca9f3 to your computer and use it in GitHub Desktop.
Save wolfgangmeyers/6f2a20b5ee885feca9f3 to your computer and use it in GitHub Desktop.
how to kill a gunicorn
ps aux | grep gunicorn | awk '{print $2}' | xargs kill -9
@m-ocean-it
Copy link

Oh yes, sir, oh yes!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment