summaryrefslogtreecommitdiff
path: root/chronyd.confd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-01-20 19:51:53 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-01-20 19:51:53 -0800
commitcff8b6752d482367158ab0d9dfea3b0f07fb4271 (patch)
tree34dcbec4d4ddedc0233e7b20d89f81cdfbb2e19d /chronyd.confd
parentChange group to openrc-galaxy | Swap from saving init to conf (diff)
downloadchrony-openrc-cff8b6752d482367158ab0d9dfea3b0f07fb4271.tar.xz
Rebased against upstream
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"