mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1875] 关于客户端断电,FRPC自启动设置请教 #1482
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wangdaofu on GitHub (Jun 21, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1875
frpc.service 配置文件路径是哪个?
/root/frp_0.33.0_linux_mipsle/frpc -c/systemd/frpc.service
/etc/systemd/system/frpc.service
如何配置?
[Unit]
Description=Frp Client Service
After=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/root/frp_0.33.0_linux_mipsle/frpc -c /root/frp_0.33.0_linux_mipsle/frpc.ini
ExecReload=/root/frp_0.33.0_linux_mipsle/frpc reload -c /root/frp_0.33.0_linux_mipsle/frpc.ini
[Install]
WantedBy=multi-user.target