xref: /OK3568_Linux_fs/buildroot/package/openntpd/ntpd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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