宝塔安装启动错误:
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.
启动中出现进程存在,查看状态失败
ps aux | grep supervisord
查询supervisord进程,然后删除
再启动
systemctl start supervisord.service
进入supervisor ,使用命令,
/www/server/panel/pyenv/bin/supervisorctl
如果加全局变量,才可以单独使用supervisorctl