多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
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