FRP开机启动
/usr/lib/systemd/system/frpc.service
systemctl start frpc.service
systemctl enable frpc.service
systemctl list-units |grep frpc
systemctl status frpc.service
/usr/lib/systemd/system/frpc.service
[Unit] Description=frpc daemonAfter=network.target [Service] User=root Type=simple ExecStartPre=/bin/sleep 30 ExecStart=/root/frp/frpc -c /root/frp/frpc.ini [Install] WantedBy=multi-user.target
systemctl start frpc.service
systemctl enable frpc.service
systemctl list-units |grep frpc
systemctl status frpc.service
评论
发表评论