2015-05-23 12:02:24 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Chrony Network Time Daemon
|
|
|
|
After=syslog.target network.target
|
|
|
|
Conflicts=systemd-timesyncd.service
|
|
|
|
|
|
|
|
[Service]
|
2021-07-08 13:16:27 +02:00
|
|
|
# Turn off DNSSEC validation for hostname look-ups, since those need the
|
|
|
|
# correct time to work, but we likely won't acquire that without NTP. Let's
|
|
|
|
# break this chicken-and-egg cycle here.
|
|
|
|
Environment=SYSTEMD_NSS_RESOLVE_VALIDATE=0
|
2016-07-14 21:05:02 +02:00
|
|
|
ExecStart=/usr/sbin/chronyd -n
|
2015-05-23 12:02:24 +02:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|