企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
<p style="display:none">yum install -y supervisor 开机自启动 systemctl enable supervisord 管理 systemctl status/stop/start/restart supervisord 配置文件:/etc/supervisord.conf 守护进程配置文件目录:/etc/supervisord.d/ https://blog.csdn.net/youzi_yun/article/details/84934110 https://www.cnblogs.com/mrzhao520/p/14139153.html https://www.cnblogs.com/zhangjpn/p/7056324.html https://blog.csdn.net/lovewebeye/article/details/82934049 https://blog.csdn.net/u013303402/article/details/51577874 // https://www.cnblogs.com/wmyll/p/10615051.html [root@izwz91quxhnlkan8kjak5hz supervisord.d]# supervisord -c /etc/supervisord.conf Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord. For help, use /usr/bin/supervisord -h [root@izwz91quxhnlkan8kjak5hz supervisord.d]# find / -name supervisor.sock find: ‘/proc/14679’: 没有那个文件或目录 /run/supervisor/supervisor.sock [root@izwz91quxhnlkan8kjak5hz supervisord.d]# unlink /run/supervisor/supervisor.sock </p>