]> git.pld-linux.org Git - packages/chrony.git/blame_incremental - chrony.conf
- fix "status" in initscript (don't wait for sleep to finish)
[packages/chrony.git] / chrony.conf
... / ...
CommitLineData
1# Welcome to the chrony configuration file. See chrony.conf(5) for more
2# information about usuable directives.
3
4# Use public servers from the pool.ntp.org project.
5# Please consider joining the pool (http://www.pool.ntp.org/join.html).
6pool 0.pool.ntp.org iburst
7pool 1.pool.ntp.org iburst
8pool 2.pool.ntp.org iburst
9pool 3.pool.ntp.org iburst
10
11# This directive specify the location of the file containing ID/key pairs for
12# NTP authentication.
13keyfile /etc/ntp/keys
14
15# This directive specify the file into which chronyd will store the rate
16# information.
17driftfile /var/lib/ntp/drift
18
19# Allow client access from local network.
20#allow 192.168/16
21
22# Serve time even if not synchronized to any NTP server.
23#local stratum 10
24
25# Allow the system clock to be stepped in the first three updates
26# if its offset is larger than 1 second.
27makestep 1 3
28
29# Enable kernel synchronization of the real-time clock (RTC).
30rtcsync
31
32# Send a message to syslog when chronyd has to correct
33# an error larger than 0.5 seconds.
34logchange 0.5
35
36# Log files location
37logdir /var/log/chrony
38
39# Uncomment the following line to turn logging on.
40#log measurements statistics tracking
41
42include /etc/ntp/chrony.d/*.conf
This page took 0.124264 seconds and 5 git commands to generate.