blob: c7ec6af9426f86f4671b43b41a4e092a05190ac6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
--- examples/chrony.conf.example2.orig 2014-01-31 20:12:59 +0800
+++ examples/chrony.conf.example2
@@ -1,9 +1,17 @@
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
-server 0.pool.ntp.org iburst
-server 1.pool.ntp.org iburst
-server 2.pool.ntp.org iburst
-server 3.pool.ntp.org iburst
+#
+# The option `iburst' is used for faster initial synchronization.
+#
+server 0.freebsd.pool.ntp.org iburst
+server 1.freebsd.pool.ntp.org iburst
+server 2.freebsd.pool.ntp.org iburst
+#server 3.freebsd.pool.ntp.org iburst
+
+#server 0.pool.ntp.org iburst
+#server 1.pool.ntp.org iburst
+#server 2.pool.ntp.org iburst
+#server 3.pool.ntp.org iburst
# Ignore stratum in source selection.
stratumweight 0
@@ -28,7 +36,7 @@ bindcmdaddress ::1
# Serve time even if not synchronized to any NTP server.
#local stratum 10
-keyfile /etc/chrony.keys
+keyfile /usr/local/etc/chrony.keys
# Specify the key used as password for chronyc.
commandkey 1
|