Switch to using ntpd instead of ntpdate on FreeBSD.

Long-running servers were eventually skewing their time.
This commit is contained in:
Tom Alexander 2023-08-13 22:10:49 -04:00
parent f7ff982098
commit 10758b0f2f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
ntpdate_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_start="YES"

View File

@ -7,4 +7,4 @@
group: wheel
loop:
- src: rc.conf
dest: /etc/rc.conf.d/ntpdate
dest: /etc/rc.conf.d/ntpd