-
-
Save isnusun/0e85c960640c1894fd80ed185ad8637f to your computer and use it in GitHub Desktop.
Kill all php-fpm processes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
we need this script to fix those ...