微信登录

supervisor - 进程守护 - 安装

作用

进程掉了自动开启
可以开个端口号查看情况

安装

首选apt-get,pip的话要自己生成/etc/supervisord

  1. apt-get install supervisor
  1. pip install supervisor
  1. cd etc/supervisor
  2. --生成supervisor配置文件
  3. echo_supervisord_conf > /etc/supervisor/supervisord.conf