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`.pull/2/head
parent
d99c3b8f4c
commit
ff9b2d02f4
|
@ -53,4 +53,4 @@ slaac private
|
||||||
denyinterfaces dummy* veth* docker*
|
denyinterfaces dummy* veth* docker*
|
||||||
|
|
||||||
env ntp_restart_cmd=chronyc reload sources
|
env ntp_restart_cmd=chronyc reload sources
|
||||||
env NTP_CONF=/run/chrony-dhcp/dhcpcd.conf
|
env NTP_CONF=/run/chrony-dhcp/dhcpcd.sources
|
||||||
|
|
Loading…
Reference in New Issue