{{tag>Brouillon Temps NTP}} # Notes ntpd - être sa propre horloge système Configurez le démon NTP qui doit être synchronisé avec sa propre horloge système Editez /etc/ntp.conf, puis ajoutez les lignes suivantes `/etc/ntp.conf` ~~~ server 127.127.1.0 prefer # the logical IP address for the NTP server to sync to its own system clock fudge 127.127.1.0 driftfile /etc/ntp.drift tracefile /etc/ntp.trace ~~~ Source : https://www.ibm.com/docs/fr/db2/11.1.0?topic=suntp-setting-up-network-time-protocol-server-by-using-ntpd ## Autres Avec GPS ~~~ server 127.127.28.0 minpoll 4 maxpoll 4 fudge 127.127.28.0 refid GPS ~~~ FIXME