df2a4ded98
Added source interface support for NTP. Also made NTP start on Mgmt-VRF by default when configured. **- How I did it** 1) Updated hostcfg to listen to global config NTP and NTP_SERVER tables and restart ntp when ever the configuration changes. NTP table includes source interface configuration. 2) The ntp script updated to by default start on Mgmt-VFT when configured. Signed-off-by: Prabhu Sreenivasan <prabhu.sreenivasan@broadcom>
17 lines
378 B
Desktop File
17 lines
378 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
Documentation=man:ntpd(8)
|
|
After=network.target
|
|
Conflicts=systemd-timesyncd.service
|
|
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
|