summaryrefslogtreecommitdiff
path: root/nonsystemd/chrony-openrc/chrony.confd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/chrony-openrc/chrony.confd')
-rw-r--r--nonsystemd/chrony-openrc/chrony.confd17
1 files changed, 17 insertions, 0 deletions
diff --git a/nonsystemd/chrony-openrc/chrony.confd b/nonsystemd/chrony-openrc/chrony.confd
new file mode 100644
index 000000000..3c0f5abc4
--- /dev/null
+++ b/nonsystemd/chrony-openrc/chrony.confd
@@ -0,0 +1,17 @@
+# /etc/conf.d/chronyd
+
+CFGFILE="/etc/chrony.conf"
+
+# chronyd takes some time to perform a second fork, by enabling this
+# option chronyd is deamonized through start-stop-daemon(1) thereby
+# significantly reducing the startup time.
+FAST_STARTUP=yes
+
+# 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=""