Gestione Ora
Da wiki.gienne.cloud.
Versione del 29 mar 2019 alle 10:32 di Admin (Discussione | contributi)
Eseguire:
yum install ntp -y
echo server ntp1.inrim.it >> /etc/ntp.conf
echo server ntp2.inrim.it >> /etc/ntp.conf
chkconfig ntpd on
service ntpd start
Per CENTOS 7 usare:
systemctl enable ntpd systemctl start ntpd
BUG non BUG: https://www.centos.org/forums/viewtopic.php?t=58530