概述
1.首先安装supervisor
sudo apt install supervisor
2.创建 supervisor frpc 配置文件
sudo nano /etc/supervisor/conf.d/frp.conf
内容格式如下,具体路径视个人情况修改
[program:frp]
command = /etc/frp/frpc -c /etc/frp/frpc.ini
autostart = true
3.supervisor控制指令
# 重启supervisor
sudo systemctl restart supervisor
# 查看supervisor运行状态
sudo supervisorctl status
最后
以上就是危机麦片为你收集整理的使用supervisor来控制frp后台自启动的全部内容,希望文章能够帮你解决使用supervisor来控制frp后台自启动所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复