chrony.service 445 B

123456789101112131415
  1. [Unit]
  2. Description=Chrony Network Time Daemon
  3. After=syslog.target network.target
  4. Conflicts=systemd-timesyncd.service
  5. [Service]
  6. # Turn off DNSSEC validation for hostname look-ups, since those need the
  7. # correct time to work, but we likely won't acquire that without NTP. Let's
  8. # break this chicken-and-egg cycle here.
  9. Environment=SYSTEMD_NSS_RESOLVE_VALIDATE=0
  10. ExecStart=/usr/sbin/chronyd -n
  11. Restart=always
  12. [Install]
  13. WantedBy=multi-user.target