https://www.jianshu.com/p/0b9054b33db3
问题描述:在运行supervisord -c /etc/supervisord.conf之前,直接运行过supervisord -c /etc/supervisord.d/xx.conf导致有些进程被多个superviord管理,无法正常关闭进程。
supervisord -c /etc/supervisord.conf
supervisord -c /etc/supervisord.d/xx.conf
解决办法:使用ps -fe | grep supervisord查看所有启动过的supervisord服务,kill相关的进程。
ps -fe | grep supervisord
0 Comments latest
No comments.