1 2 3 4 5
<?php if (shell_exec("ps aux | grep 'node' | wc -l") < 3){ shell_exec('/var/www/html/wave/node /var/www/html/wave/server_6000.js'); } ?>