Skip to content

Instantly share code, notes, and snippets.

@bmichalski
Created October 28, 2016 09:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save bmichalski/c8d25fff041a4739d6f0126edb0e9b54 to your computer and use it in GitHub Desktop.
Save bmichalski/c8d25fff041a4739d6f0126edb0e9b54 to your computer and use it in GitHub Desktop.
Kill all php-fpm processes
sudo kill -9 `sudo ps -ef | grep php-fpm | grep -v grep | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment