NetworkConfiguration / dhcpcd

DHCP / IPv4LL / IPv6RA / DHCPv6 client.
https://roy.marples.name/projects/dhcpcd
BSD 2-Clause "Simplified" License
338 stars 109 forks source link

NTP hook support for ntpsec #204

Open perkelix opened 1 year ago

perkelix commented 1 year ago

Debian has apparently migrated to ntpsec as its preferred standalone NTP daemon for cases when timesyncd won't be used. Debian ships the config file as /etc/ntpsec/ntp.confwhich might require some adaptation to current NTP hooks. I'm unsure of whether dhcpcd's hooks will require any other finetuning to add support for this NTP daemon. I'm merely filing this report as a FYI. Cheers!

rsmarples commented 1 year ago

I should look into better NTP support as more and more supports a conf.d directory approach.

perkelix commented 3 months ago

Returning to this bug, Debian ships the following NTP implementations (plus systemd-timesyncd, for which we already have a separate hook), with each configuration found as follows:

AFAIK the ntpsec config follows the traditional format of the reference NTP implementation.