docs: README加 -start 带参数示例
This commit is contained in:
@@ -105,10 +105,13 @@ metona-search-proxy -status
|
|||||||
# 前台运行(调试用,Ctrl+C 停止)
|
# 前台运行(调试用,Ctrl+C 停止)
|
||||||
metona-search-proxy
|
metona-search-proxy
|
||||||
|
|
||||||
# 后台启动
|
# 后台启动(默认端口 7899)
|
||||||
metona-search-proxy -start
|
metona-search-proxy -start
|
||||||
# 已后台启动 (PID: 12345)
|
# 已后台启动 (PID: 12345)
|
||||||
|
|
||||||
|
# 后台启动(自定义端口和缓存)
|
||||||
|
metona-search-proxy -start -port 6789 -cache 10 -rate 50
|
||||||
|
|
||||||
# 停止
|
# 停止
|
||||||
metona-search-proxy -stop
|
metona-search-proxy -stop
|
||||||
# 已停止 (PID: 12345)
|
# 已停止 (PID: 12345)
|
||||||
|
|||||||
Reference in New Issue
Block a user