Line 0
Link Here
|
|
|
1 |
--- examples/chrony.conf.example3.orig 2015-11-20 20:01:24 UTC |
2 |
+++ examples/chrony.conf.example3 |
3 |
@@ -43,12 +43,14 @@ |
4 |
# you can access at http://support.ntp.org/bin/view/Servers/WebHome or |
5 |
# you can use servers from the pool.ntp.org project. |
6 |
|
7 |
-! server foo.example.net iburst |
8 |
-! server bar.example.net iburst |
9 |
-! server baz.example.net iburst |
10 |
+# |
11 |
+# The option `iburst' is used for faster initial synchronization. |
12 |
+ |
13 |
+server 0.freebsd.pool.ntp.org iburst |
14 |
+server 1.freebsd.pool.ntp.org iburst |
15 |
+server 2.freebsd.pool.ntp.org iburst |
16 |
+#server 3.freebsd.pool.ntp.org iburst |
17 |
|
18 |
-! pool pool.ntp.org iburst |
19 |
- |
20 |
# However, for dial-up use you probably want these instead. The word |
21 |
# 'offline' means that the server is not visible at boot time. Use |
22 |
# chronyc's 'online' command to tell chronyd that these servers have |
23 |
@@ -98,7 +100,7 @@ driftfile /var/lib/chrony/drift |
24 |
# If you want to enable NTP authentication with symmetric keys, you will need |
25 |
# to uncomment the following line and edit the file to set up the keys. |
26 |
|
27 |
-! keyfile /etc/chrony.keys |
28 |
+/usr/local/etc/chrony.keys |
29 |
|
30 |
# chronyd can save the measurement history for the servers to files when |
31 |
# it it exits. This is useful in 2 situations: |
32 |
@@ -123,7 +125,7 @@ driftfile /var/lib/chrony/drift |
33 |
# still running and bail out. If you want to change the path to the PID |
34 |
# file, uncomment this line and edit it. The default path is shown. |
35 |
|
36 |
-! pidfile /var/run/chronyd.pid |
37 |
+pidfile /var/run/chronyd.pid |
38 |
|
39 |
####################################################################### |
40 |
### INITIAL CLOCK CORRECTION |
41 |
@@ -146,8 +148,8 @@ driftfile /var/lib/chrony/drift |
42 |
# produce some graphs of your system's timekeeping performance, or you |
43 |
# need help in debugging a problem. |
44 |
|
45 |
-! logdir /var/log/chrony |
46 |
-! log measurements statistics tracking |
47 |
+logdir /var/log/chrony |
48 |
+log measurements statistics tracking |
49 |
|
50 |
# If you have real time clock support enabled (see below), you might want |
51 |
# this line instead: |