summaryrefslogtreecommitdiffstats
path: root/main/chrony/chronyd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/chrony/chronyd.confd')
-rw-r--r--main/chrony/chronyd.confd6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/chrony/chronyd.confd b/main/chrony/chronyd.confd
index 560825c2c..fc43a95c4 100644
--- a/main/chrony/chronyd.confd
+++ b/main/chrony/chronyd.confd
@@ -10,9 +10,3 @@ CFGFILE="/etc/chrony/chrony.conf"
# 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"