Skip to content

Instantly share code, notes, and snippets.

@isnusun
Forked from bmichalski/kill-all-php-fpm.sh
Created March 19, 2024 04:56
Show Gist options
  • Save isnusun/0e85c960640c1894fd80ed185ad8637f to your computer and use it in GitHub Desktop.
Save isnusun/0e85c960640c1894fd80ed185ad8637f 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}'`
@isnusun
Copy link
Author

isnusun commented Mar 19, 2024

we need this script to fix those ...

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