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