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