summaryrefslogtreecommitdiff
path: root/chronyd.confd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-31 02:09:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-31 02:09:22 -0700
commit046f50435b7b3f5fe3daddbb6569f6873813e6fd (patch)
treeb3b2e57cb6626d52ad1af743e4487a6e2306c348 /chronyd.confd
parentRemoved broken sed command | Swapped /sbin with /usr/bin (diff)
downloadchrony-openrc-046f50435b7b3f5fe3daddbb6569f6873813e6fd.tar.xz
Fixed chronyd so that stopping works
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"