Loading...
运行下面3行命令即可:supervisord -c /etc/supervisor/supervisord.conf supervisorctl -c /etc/supervisor/supervisord.conf exit
为了保证frp的稳定运行,因此使用supervisor进行进程守护。一. 安装supervisorapt install supervisor -y二. 配置supervisor创建supervisor配置文件vim /etc/supervisor/conf.d/frps.conf内容如下:[program:frps] command = /root/frp/frps -c /root/fr...