Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Use public servers from the pool.ntp.org project.
2
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
3
pool 2.centos.pool.ntp.org iburst
4
 
5
# Record the rate at which the system clock gains/losses time.
6
driftfile /var/lib/chrony/drift
7
 
8
# Allow the system clock to be stepped in the first three updates
9
# if its offset is larger than 1 second.
10
makestep 1.0 3
11
 
12
# Enable kernel synchronization of the real-time clock (RTC).
13
rtcsync
14
 
15
# Enable hardware timestamping on all interfaces that support it.
16
#hwtimestamp *
17
 
18
# Increase the minimum number of selectable sources required to adjust
19
# the system clock.
20
#minsources 2
21
 
22
# Allow NTP client access from local network.
23
#allow 192.168.0.0/16
24
 
25
# Serve time even if not synchronized to a time source.
26
#local stratum 10
27
 
28
# Specify file containing keys for NTP authentication.
29
keyfile /etc/chrony.keys
30
 
31
# Get TAI-UTC offset and leap seconds from the system tz database.
32
leapsectz right/UTC
33
 
34
# Specify directory for log files.
35
logdir /var/log/chrony
36
 
37
# Select which information is logged.
38
#log measurements statistics tracking