frpc
Posted by 2025/5/16 14:40:39 • Author:JK.Li
服务文件: /etc/systemd/system/frpc.service
[Unit]
Description=FRP Server Service
After=network.target network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/opt/frp/frpc -c /opt/frp/frpc.toml
Restart=on-failure
StandardOutput=file:/opt/frp/frpc.log
StandardError=file:/opt/frp/frpc.log
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
systemctl enable frpc
systemctl start frpc
systemctl restart frpc
systemctl stop frpc
sudo systemctl status frpc #查看应用的日志
Tagged: frpc
0 评论列表
发表评论
Wise Words
We can let circumstances rule us, or we can take charge and rule our lives from
within .
Earl Nightingale