boluor commented on issue #2433: URL: https://github.com/apache/doris-website/issues/2433#issuecomment-4525857734
\`systemctl start ntpd.service\` is still valid on distributions where the classic \`ntpd\` package is installed (RHEL/CentOS 7, Rocky 8 with the EPEL package, etc.), so the current commands aren't strictly wrong. They do fail on systems that ship \`chronyd\` instead (RHEL/CentOS 8+, Ubuntu 18.04+, default), where the equivalent commands would be: \`\`\`bash sudo systemctl start chronyd.service sudo systemctl enable chronyd.service \`\`\` Could you confirm what you'd like changed — replacing \`ntpd\` with \`chronyd\`, or adding \`chronyd\` as an alternative alongside \`ntpd\`? I'd lean toward listing both since both are common in production. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
