mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #839] Please add new features 。 #660
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#660
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 @zxysilent on GitHub (Jun 24, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/839
Run go programs as a service on major platforms.
https://github.com/kardianos/service
service GoDoc
service will install / un-install, start / stop, and run a program as a service (daemon). Currently supports Windows XP+, Linux/(systemd | Upstart | SysV), and OSX/Launchd.
The FRP will be easier to use.
@sshhsh commented on GitHub (Jun 24, 2018):
That sounds good. But service is not very useful if someone wants to run multiple frp servers or clients.
Tmux and nohup are my solutions now. In addition, I use a script in init.d to start frp after boot.
By the way, your link here has a typo.^_^
@zxysilent commented on GitHub (Jun 24, 2018):
They can Installing different services if someone wants to run multiple frp servers or clients 。chinese?
@ChenWenBrian commented on GitHub (Jul 20, 2018):
Linux we can use systemd to manage it, while in Windows we can use scheduled task. Maybe what we need is just some samples:)
@fatedier commented on GitHub (Jul 30, 2018):
No plan for that, please try other tools.