From 87f531e15a1f00d55885844f596f48f7bcad5caa Mon Sep 17 00:00:00 2001 From: Scott Xing Date: Wed, 5 Feb 2025 14:30:29 +0800 Subject: [PATCH] [Doc]Update environment_configurations.md (#53362) Signed-off-by: Scott Xing Signed-off-by: DanRoscigno Co-authored-by: DanRoscigno (cherry picked from commit 4c1e146c97d4b63626d77f3d304a5fdd30e2c1e2) --- 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.