Update README.md

This commit is contained in:
aiminick 2019-06-09 00:40:47 +08:00 committed by GitHub
parent e3b00c2fc0
commit cbc1a33847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@
#### 为了更好的了解和使用系统,对于遇见的问题请优先查看一下链接,以免耽误大家时间,谢谢合作!^-^
- [时间同步] 系统默认没有启用时间同步 **ntp服务**
- **时间同步:** 系统默认没有启用时间同步"**ntp服务**", 若要启用"**时间同步**"服务, 请自行以下命令:
```
systemctl enable ntp.service && systemctl start ntp.service
```
- [配置及说明](./README.md#%E9%85%8D%E7%BD%AE%E5%8F%8A%E8%AF%B4%E6%98%8E)