yum -y install ntpdate ntp && ntpdate cn.pool.ntp.org systemctl start ntpd.service && systemctl enable ntpd.service # crontab -l */5 * * * * /usr/sbin/ntpdate ntp3.aliyun.com >/dev/null 2>&1