summaryrefslogtreecommitdiff
path: root/chronyd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'chronyd.confd')
-rw-r--r--chronyd.confd4
1 files changed, 3 insertions, 1 deletions
diff --git a/chronyd.confd b/chronyd.confd
index f4cae7a..c2e3058 100644
--- a/chronyd.confd
+++ b/chronyd.confd
@@ -1,5 +1,7 @@
# /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
@@ -7,4 +9,4 @@
# The combination of "-s -r" allows chronyd to perform long term averaging of
# the gain or loss rate across system reboots and shutdowns.
-CHRONY_ARGS="-4 -u chrony -f /etc/chrony.conf"
+ARGS="-4 -u chrony"