From 00eecd3a1d22ac188edbfcec96b2b3e3ecceed08 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 27 Jan 2015 10:56:27 +0100 Subject: [PATCH] examples: add chrony.conf.example1 This is a minimal example. --- examples/chrony.conf.example1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/chrony.conf.example1 diff --git a/examples/chrony.conf.example1 b/examples/chrony.conf.example1 new file mode 100644 index 0000000..f749534 --- /dev/null +++ b/examples/chrony.conf.example1 @@ -0,0 +1,12 @@ +# Use public NTP servers from the pool.ntp.org project. +pool pool.ntp.org iburst + +# Record the rate at which the system clock gains/losses time. +driftfile /var/lib/chrony/drift + +# In first three updates step the system clock instead of slew +# if the adjustment is larger than 10 seconds. +makestep 10 3 + +# Enable kernel synchronization of the real-time clock (RTC). +rtcsync