summaryrefslogtreecommitdiff
path: root/chronyd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'chronyd.confd')
-rw-r--r--chronyd.confd4
1 files changed, 1 insertions, 3 deletions
diff --git a/chronyd.confd b/chronyd.confd
index 37653bc..f4cae7a 100644
--- a/chronyd.confd
+++ b/chronyd.confd
@@ -1,7 +1,5 @@
# /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
@@ -9,4 +7,4 @@ CFGFILE="/etc/chrony.conf"
# 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"
+CHRONY_ARGS="-4 -u chrony -f /etc/chrony.conf"