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
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"