mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #709] 建议:添加守护进程 #556
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#556
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 @niluanxy on GitHub (Apr 16, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/709
建议能添加一个守护进程,用户网络中断,或者客户端/服务端卡死后自动重载
@KagurazakaNyaa commented on GitHub (Apr 17, 2018):
如果是linux,你写个服务脚本就行了,现在大多数发行版要么是SysV要么是systemd的,我个人感觉systemd的unit写起来更容易一些,不过SysV的那个init脚本写起来也不会很麻烦,二者都可以做到自动检测进程是否存在并自动重启,如果是Windows下的话我记得另一个issue有提到可以安装成系统服务。