Toggle navigation
cluster
min
Features
Manage servers via SSH
Smart commands, scripts and files
API to run script on servers and clusters
Auto scaling server clusters
Fully manage your files
Create and manage packages
Scripts
Packages
Sign up
Help Center
Log in
Shell script `default/phpfpm-package-is-running'
Go back
Check if PHP-FPM is running
if ps aux | grep -v grep | grep php-fpm > /dev/null 2>&1; then echo 'running' else echo 'not running' fi