Switch to using ntpd instead of ntpdate on FreeBSD.

Long-running servers were eventually skewing their time.
pixelbook
Tom Alexander 9 months ago
parent f7ff982098
commit 10758b0f2f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

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

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

Loading…
Cancel
Save