更新README的日志
This commit is contained in:
parent
f6daa54a05
commit
6309aba9a6
16
README.MD
16
README.MD
|
@ -29,9 +29,23 @@
|
|||
|
||||
### 后端服务:
|
||||
|
||||
- 后端服务主要负责更新、安装、升级等等各种安装和下载的过程处理,
|
||||
- 后端服务主要负责更新、安装、升级等等各种安装和下载的过程处理
|
||||
|
||||
- 查看后端日志:`tail -f /var/log/kylin-system-updater/kylin-system-updater.log.1`
|
||||
|
||||
- 调试后端代码:
|
||||
|
||||
- 进入backend目录下直接运行`kylin-system-updater`
|
||||
|
||||
- 调试参数
|
||||
|
||||
```shell
|
||||
-d 日志直接输出到终端,不输出到log文件中
|
||||
-n 不更新摸板不刷新source.list and important 列表
|
||||
-r 替换已经运行的后端程序
|
||||
-c 关闭源过滤等各种过滤代码
|
||||
|
||||
```
|
||||
|
||||
|
||||
### 配置文件
|
||||
|
|
Loading…
Reference in New Issue