ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
php常驻任务 `vim /etc/rc.local` ~~~ supervisord -c /etc/supervisor/supervisord.conf ~~~ ###### 打开配置文件 vim /etc/supervisord.conf 把路径 `/tmp/` 改成 `/var/run/` 修改权限 sudo chmod 777 /run sudo chmod 777 /var/log 创建supervisor.sock sudo touch /var/run/supervisor.sock sudo chmod 777 /var/run/supervisor.sock 启动 supervisorctl stop all supervisorctl start all