Shell_exec php with nohup

Posted coffee_cn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shell_exec php with nohup相关的知识,希望对你有一定的参考价值。

参考

https://stackoverflow.com/questions/4929827/shell-exec-php-with-nohup

红色部分为关键点。

nohup /usr/bin/php /mytask/task1.php >/mytask/nohup/task1.log 2>&1 &

 

以上是关于Shell_exec php with nohup的主要内容,如果未能解决你的问题,请参考以下文章