まだNTP使ってんの?

最近raspberry piの時刻同期がntpdではないサービスでおこなわれるようになったことは記憶にあったのだが、さてなんていう名前だっけと忘れてしまった。 設定ファイル
sudo vi /etc/systemd/timesyncd.conf
NTPと、FallbakNTP行を有効にしNTPサーバを書く。 FallbackNTPってバックアップサーバみたいなものだと思うが、デフォルトのまま。
[Time]
NTP=ntp.nict.jp
FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
サービスをリスタートするとワーニングが出る
pi@raspberrypi:~ $ sudo systemctl restart systemd-timesyncd.service
Warning: The unit file, source configuration file or drop-ins of systemd-timesyncd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
サービスの状態は...
pi@raspberrypi:~ $ sudo systemctl status systemd-timesyncd.service
Warning: The unit file, source configuration file or drop-ins of systemd-timesyncd.service changed on disk. R
● systemd-timesyncd.service - Network Time Synchronization
   Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
  Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
           mqdisable-with-time-daemon.conf
   Active: active (running) since Mon 2019-08-05 22:49:55 BST; 9s ago
     Docs: man:systemd-timesyncd.service(8)
 Main PID: 663 (systemd-timesyn)
   Status: "Synchronized to time server for the first time [2001:df0:232:eea0::fff4]:123 (ntp.nict.jp)."
    Tasks: 2 (limit: 2200)
   Memory: 1.0M
   CGroup: /system.slice/systemd-timesyncd.service
           mq663 /lib/systemd/systemd-timesyncd
uptimeを実行。 時刻が8時間ずれている。タイムゾーンだ。
sudo raspi-config
先ほどのワーニングはよくわからないが 放置してはいけないようだ。
sudo systemctl daemon-reload