From c03d0d61bd9f49d88ca868b90c7e50eafc4bf204 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Mon, 22 Jul 2019 02:31:22 +0300 Subject: [PATCH] Server: add chrony example configuration file --- Server/chrony.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Server/chrony.conf diff --git a/Server/chrony.conf b/Server/chrony.conf new file mode 100644 index 0000000..bccbf9e --- /dev/null +++ b/Server/chrony.conf @@ -0,0 +1,5 @@ +server master iburst +driftfile /var/lib/chrony/drift +allow 192.168.0.0/16 +makestep 1.0 3 +rtcsync \ No newline at end of file