mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #805] Please support running frp on background by itself. #629
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#629
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 @zzc-tongji on GitHub (Jun 6, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/805
It seems that frp could not run on background by itself. If users want to run frp on background, they need to install some additional tools like
supervisor.So, please support running frp on background by itself, thanks.
@asdaragon commented on GitHub (Jun 6, 2018):
linux can run on background with “&”. For example,frpc -c frpc.ini &