mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 05:05:06 -05:00
examples: add chrony.conf.example1
This is a minimal example.
This commit is contained in:
12
examples/chrony.conf.example1
Normal file
12
examples/chrony.conf.example1
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user