更新README的日志

This commit is contained in:
wangsong 2021-11-23 17:44:01 +08:00
parent f6daa54a05
commit 6309aba9a6
1 changed files with 15 additions and 1 deletions

View File

@ -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 关闭源过滤等各种过滤代码
```
### 配置文件