Skip to content

Commit 06a1dba

Browse files
authored
[typo](docs) fix ntpd service commands in zh os-checking (#3355)
## Summary - check #2434 and confirm the command typo still exists in current Chinese docs - replace `systemctl start_ntpd.service` / `systemctl enable_ntpd.service` with correct `systemctl start ntpd.service` / `systemctl enable ntpd.service` - apply the fix consistently to `current`, `version-2.1`, and `version-4.x` ## Reference - redoes issue intent from #2434
1 parent c4cb489 commit 06a1dba

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

i18n/zh-CN/docusaurus-plugin-content-docs/current/install/preparation/os-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ Doris 的元数据要求时间精度要小于 5000ms,所以所有集群所有
136136
通常情况下,可以通过配置 NTP 服务保证各节点时钟同步。
137137

138138
```bash
139-
sudo systemctl start_ntpd.service
140-
sudo systemctl enable_ntpd.service
139+
sudo systemctl start ntpd.service
140+
sudo systemctl enable ntpd.service
141141
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/install/preparation/os-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ Doris 的元数据要求时间精度要小于 5000ms,所以所有集群所有
136136
通常情况下,可以通过配置 NTP 服务保证各节点时钟同步。
137137

138138
```bash
139-
sudo systemctl start_ntpd.service
140-
sudo systemctl enable_ntpd.service
139+
sudo systemctl start ntpd.service
140+
sudo systemctl enable ntpd.service
141141
```

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/install/preparation/os-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ Doris 的元数据要求时间精度要小于 5000ms,所以所有集群所有
136136
通常情况下,可以通过配置 NTP 服务保证各节点时钟同步。
137137

138138
```bash
139-
sudo systemctl start_ntpd.service
140-
sudo systemctl enable_ntpd.service
139+
sudo systemctl start ntpd.service
140+
sudo systemctl enable ntpd.service
141141
```

0 commit comments

Comments
 (0)