[centos] nohup: run background script - dejurin/blog GitHub Wiki
Add
nohup /usr/bin/php /path/script.php > /dev/null 2>&1 &
Show background job
ps aux | grep script.php
Add
nohup /usr/bin/php /path/script.php > /dev/null 2>&1 &
Show background job
ps aux | grep script.php