当启动supervisor时报错
$ supervisord -c 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
解决方法
$ unlink /tmp/supervisor.sock
后重新启动即可。