2020-12-21 07:34:13 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Network Time Service
|
|
|
|
Documentation=man:ntpd(8)
|
|
|
|
After=network.target
|
|
|
|
Conflicts=systemd-timesyncd.service
|
2021-02-25 06:26:24 -06:00
|
|
|
BindsTo=sonic.target
|
|
|
|
After=sonic.target
|
2020-12-21 07:34:13 -06:00
|
|
|
StartLimitIntervalSec=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
# Debian uses a shell wrapper to process /etc/default/ntp
|
|
|
|
# and select DHCP-provided NTP servers if available
|
|
|
|
ExecStart=/usr/lib/ntp/ntp-systemd-wrapper
|
|
|
|
PrivateTmp=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|