天天看點

自定義frp服務

vim /lib/systemd/system/frps.service
[Unit]
Description=frps service
After=network.target syslog.target

[Service]
Type=simple
ExecStart=/opt/frp/frpc -c /opt/frp/frpc.ini
[Install]
WantedBy=multi-user.target
           

重新開機服務

systemctl restart frps
           

設定開機自動重新開機

systemctl enable frps
           
frp