diff options
Diffstat (limited to 'user/chrony/chronyd.confd')
-rw-r--r-- | user/chrony/chronyd.confd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/user/chrony/chronyd.confd b/user/chrony/chronyd.confd new file mode 100644 index 000000000..18bc673cf --- /dev/null +++ b/user/chrony/chronyd.confd @@ -0,0 +1,15 @@ +# /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 +# +# The combination of "-s -r" allows chronyd to perform long term averaging of +# the gain or loss rate across system reboots and shutdowns. +# +# -l <file> - specifies a file which should be used for logging instead +# of syslog or terminal + +ARGS="-l /var/log/chrony/daemon.log" |