summaryrefslogtreecommitdiffstats
path: root/extra/chrony/chronyd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/chrony/chronyd.confd')
-rw-r--r--extra/chrony/chronyd.confd18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/chrony/chronyd.confd b/extra/chrony/chronyd.confd
deleted file mode 100644
index 560825c2..00000000
--- a/extra/chrony/chronyd.confd
+++ /dev/null
@@ -1,18 +0,0 @@
-# /etc/conf.d/chronyd
-
-CFGFILE="/etc/chrony/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=""
-
-# devfs creates the device for RTC if it's compiled into kernel
-test -c /dev/rtc && {
- grep -q '^rtcfile' "${CFGFILE}" && ARGS="${ARGS} -s"
-}
-grep -q '^dumponexit$' "${CFGFILE}" && ARGS="${ARGS} -r"