-
-
Save al-mighty/a2ad1e17c41c1b08a44e0d753e6d8d00 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