From 046f50435b7b3f5fe3daddbb6569f6873813e6fd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 31 Oct 2018 02:09:22 -0700 Subject: Fixed chronyd so that stopping works --- chronyd.confd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chronyd.confd') 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" -- cgit v1.2.1