Supervisor 详细用法

代码老兵 技术 12
一、Supervisor 是什么Supervisor = Linux 进程守护 / 自动重启 / 日志管理工具适合:后台服务队列 worker常驻脚本PHP / Python / Node 进程二、安装 SupervisorUbuntu / Debiansudo apt updatesudo apt install supervisorCentOS / RHELsudo yum install s...