Skip to content

Instantly share code, notes, and snippets.

@liujiabing
Created November 30, 2017 10:28
Show Gist options
  • Save liujiabing/04d7be3dce4b154c77f92414fa4196f1 to your computer and use it in GitHub Desktop.
Save liujiabing/04d7be3dce4b154c77f92414fa4196f1 to your computer and use it in GitHub Desktop.
gunicorn
pgrep -l gunicorn
pkill gunicorn
kill -HUP $(ps aux | grep gunicorn | grep -v grep | grep -v Sl+ | awk '{print $2}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment