We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7f294 commit cad79e7Copy full SHA for cad79e7
1 file changed
README.md
@@ -73,6 +73,19 @@ db:
73
db_name: oms
74
```
75
76
+3. 注册为服务
77
+```shell script
78
+# 支持windows/linux/macos
79
+
80
+oms --action install --config config.yaml
81
82
+# 取消注册
83
+oms --action uninstall
84
+```
85
86
+> 注意注册为服务程序的运行目录会改变比如windows为C:/System32, 因此要修改配置中data_path为绝对路径。
87
+> logger为相对路径时放在data_path下, 为绝对路径时在指定的路径。
88
89
### 目前已经实现的功能
90
1. web界面[omsUI](https://github.com/lixin59/omsUI/blob/master/README.md)
91
2. 隧道, 类似`ssh`的`-L`和`-R`
0 commit comments