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