ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 服务管理脚本 项目根目录下, 执行以下命令: ~~~ php start.php ~~~ 可见 ~~~ Usage: php yourfile.php {start|stop|restart|reload} ~~~ ## 服务启动 开发模式: ~~~ php start.php start ~~~ 守护模式: ~~~ php start.php start -d ~~~ ## 服务重启 ~~~ php start.php reload ~~~ ## 服务停止 ~~~ php start.php stop ~~~ 注意,守护模式下才需要stop,不然control+c或者是终端断开就退出进程了