diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:35:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:35:04 +0000 |
commit | 214f81cd9b7c94c10b633627034c21daaee837b2 (patch) | |
tree | 63f193ca9b27d4095af5ac000565ef928ddbb5f6 /debian/sources.d/README | |
parent | Adding upstream version 4.0. (diff) | |
download | chrony-214f81cd9b7c94c10b633627034c21daaee837b2.tar.xz chrony-214f81cd9b7c94c10b633627034c21daaee837b2.zip |
Adding debian version 4.0-8+deb11u2.debian/4.0-8+deb11u2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/sources.d/README')
-rw-r--r-- | debian/sources.d/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/sources.d/README b/debian/sources.d/README new file mode 100644 index 0000000..268544d --- /dev/null +++ b/debian/sources.d/README @@ -0,0 +1,11 @@ +Only NTP sources can be specified in the /etc/chrony/sources.d directory. +Files in this directory must end with the ".sources" suffix, and can only +contain the "peer", "pool" and "server" directives. + +There is no need to restart chronyd for these time sources to be usable, +running 'chronyc reload sources' is sufficient. + +Example: + +# echo 'server 192.0.2.1 iburst' > /etc/chrony/sources.d/local-ntp-server.sources +# chronyc reload sources |