NTP Clients auf CentOS 7
Installation eines NTP Clients auf CentOS 7
Installation:
yum install ntp
Zeit von Hand updaten:
ntpdate de.pool.ntp.org
ggf. Zeitserver in der Config anpassen.
vim /etc/ntp.conf
Den ntp Dienst beim jetzt und beim Booten starten.
systemctl enable ntpd
systemctl start ntpd