centos 重启后 webman服务怎么自动开启
最简单的方式之:crontab -e 使用系统定时任务,写行命令 */ * * * * php start.php start -d 如果没启动则会启动,已启动则无影响
*/ * * * * php start.php start -d
或者使用这个 https://www.workerman.net/doc/workerman/faq/start-with-system.html
最简单的方式之:crontab -e 使用系统定时任务,写行命令
*/ * * * * php start.php start -d
如果没启动则会启动,已启动则无影响
或者使用这个 https://www.workerman.net/doc/workerman/faq/start-with-system.html