diff --git a/HowtoNTP.md b/HowtoNTP.md index 5e690bec..c15f5560 100644 --- a/HowtoNTP.md +++ b/HowtoNTP.md @@ -216,8 +216,15 @@ NTP synchronized: yes Sun 2017-10-29 02:00:00 CET ~~~ -On peut également activer la synchronisation NTP directement avec [systemd](HowtoSystemd) via le fichier `/etc/systemd/timesyncd.conf` puis `timedatectl set-ntp true`, mais nous conseillons d'éviter sur un serveur. +On peut également activer la synchronisation NTP directement avec [systemd](HowtoSystemd) via le fichier `/etc/systemd/timesyncd.conf` puis `timedatectl set-ntp true`. +Il est possible de surcharger la configuration par défaut dans d’autres fichiers. + +~~~ +$ cat /etc/systemd/timesyncd.conf.d/example.conf +[Time] +NTP=ntp.example.net +~~~ ## Munin