企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
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