centos 重啟后 webman服務(wù)怎么自動(dòng)開啟
最簡單的方式之:crontab -e 使用系統(tǒng)定時(shí)任務(wù),寫行命令 */ * * * * php start.php start -d 如果沒啟動(dòng)則會(huì)啟動(dòng),已啟動(dòng)則無影響
*/ * * * * php start.php start -d
或者使用這個(gè) http://wtbis.cn/doc/workerman/faq/start-with-system.html