Update README.md
This commit is contained in:
parent
e3b00c2fc0
commit
cbc1a33847
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue