1. 安装Python-PIP
1 | opkg update |
supervisor安装完成后,会在/usr/bin/目录生成3个可执行文件
1 | ls -lh /usr/bin/*supervisor* |
2. 生成supervisor配置文件
1 | mkdir -p /etc/supervisor/conf.d |
3. 修改supervisor配置文件
1 | 如果为true,则从前台启动 |
配置supervisor开机启动脚本
cat /etc/init.d/supervisord
1 | !/bin/sh /etc/rc.common |
4. 自启supervisor
1 | chmod +x /etc/init.d/supervisord |
- 本文作者: GaryWu
- 本文链接: https://garywu520.github.io/2020/08/08/openwrt安装配置supervisor/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!