mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #469] 请问,frps服务器端,只有启动命令吗?停止和重启命令用什么?找了半天没找到。 #357
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#357
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 @hxf3591126 on GitHub (Sep 22, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/469
请问,frps服务器端,只有启动命令吗?
停止和重启命令用什么?找了半天没找到。
@wl56012102 commented on GitHub (Sep 23, 2017):
nohup启动然后ps -e |grep frps找pid kill掉
@zengxiao2009 commented on GitHub (Sep 23, 2017):
楼上说的方法 我也是那个方面 自已写一个SH 就可以
@KagurazakaNyaa commented on GitHub (Sep 24, 2017):
你可以试试自己写个init.d脚本来作为服务启动,这样可以直接用linux自带的daemon管理来启动/重启/停止服务