From 8c1f0d5e8aac15410e157b8f42a05abaef300ff5 Mon Sep 17 00:00:00 2001 From: Scott Xing Date: Fri, 29 Nov 2024 14:03:30 +0800 Subject: [PATCH] Update environment_configurations.md Signed-off-by: Scott Xing --- docs/en/deployment/environment_configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/deployment/environment_configurations.md b/docs/en/deployment/environment_configurations.md index 94172f2615273..2456da45ba658 100644 --- a/docs/en/deployment/environment_configurations.md +++ b/docs/en/deployment/environment_configurations.md @@ -364,7 +364,7 @@ You must configure time synchronization between nodes within your StarRocks clus ```Bash rpm -qa | grep ntp - systemctl status chrony + systemctl status chronyd ``` 2. Install the NTP service if there is not one.