查看suer任务的 id
ps -ef | grep supervisord
查看80端口运行的任务
lsof -i tcp:80
重新载入super
supervisord -c supervisor.conf
开始
supervisorctl -c supervisor.conf start all
查看suer任务的 id
ps -ef | grep supervisord
查看80端口运行的任务
lsof -i tcp:80
重新载入super
supervisord -c supervisor.conf
开始
supervisorctl -c supervisor.conf start all