安装Python3
进入py3环境
pip安装
1 | pip install supervisor |
1 | 安装后的二进制 |
生成配置文件
1 | mkdir -p /etc/supervisor/supervisord.d |
vim /etc/supervisor/supervisord.conf
1 | [include] |
启动
cat /usr/lib/systemd/system/supervisord.service
1 | supervisord service for systemd (CentOS 7.0+) |
1 | systemctl enable supervisord |
- 本文作者: GaryWu
- 本文链接: https://garywu520.github.io/2021/03/12/Python3安装supervisor/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!