Firstly ensure that the appropriate timezone is set on the system - for example:
ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime
Install the ntp deamon:
yum install ntp -y && systemctl enable ntp
and then start the service with:
ntpdate pool.ntp.org && systemctl start ntpd
No comments:
Post a Comment