dhcpcd.conf: Correct NTP sources file

Chrony will only read extra sources from files in the directory
specified by `sourcedir` if they end with `.sources`.
This commit is contained in:
2022-06-28 16:58:48 -05:00
parent d99c3b8f4c
commit ff9b2d02f4

View File

@@ -53,4 +53,4 @@ slaac private
denyinterfaces dummy* veth* docker*
env ntp_restart_cmd=chronyc reload sources
env NTP_CONF=/run/chrony-dhcp/dhcpcd.conf
env NTP_CONF=/run/chrony-dhcp/dhcpcd.sources