summaryrefslogtreecommitdiff
path: root/chronyd.confd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-07-14 11:20:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-07-14 11:20:45 -0700
commitf1412dd728712115da07f682a83cad691a8de70d (patch)
treeb92876cb110fe8ccc1d5f0352bb0d739ba56f420 /chronyd.confd
downloadchrony-openrc-f1412dd728712115da07f682a83cad691a8de70d.tar.xz
Initial commit
Diffstat (limited to 'chronyd.confd')
-rw-r--r--chronyd.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/chronyd.confd b/chronyd.confd
new file mode 100644
index 0000000..37653bc
--- /dev/null
+++ b/chronyd.confd
@@ -0,0 +1,12 @@
+# /etc/conf.d/chronyd
+
+CFGFILE="/etc/chrony.conf"
+
+# Configuration dependant options :
+# -s - Set system time from RTC if rtcfile directive present
+# -r - Reload sample histories if dumponexit directive present
+#
+# The combination of "-s -r" allows chronyd to perform long term averaging of
+# the gain or loss rate across system reboots and shutdowns.
+
+ARGS="-4 -u chrony"