Switch to using ntpd instead of ntpdate on FreeBSD.
Long-running servers were eventually skewing their time.
This commit is contained in:
parent
f7ff982098
commit
10758b0f2f
@ -1 +1,2 @@
|
|||||||
ntpdate_enable="YES"
|
ntpd_enable="YES"
|
||||||
|
ntpd_sync_on_start="YES"
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
group: wheel
|
group: wheel
|
||||||
loop:
|
loop:
|
||||||
- src: rc.conf
|
- src: rc.conf
|
||||||
dest: /etc/rc.conf.d/ntpdate
|
dest: /etc/rc.conf.d/ntpd
|
||||||
|
Loading…
Reference in New Issue
Block a user