diff options
author | Dan Theisen <djt@hxx.in> | 2018-06-26 04:28:07 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-06-26 18:44:39 -0700 |
commit | b00cda0fc4fbeb6c64801e8180c2a2feeb288766 (patch) | |
tree | 8f376def6b56eebebfbefb2208118925b4001622 /user/chrony/chronyd.confd | |
parent | 586c518d3cdca10f7c83ca73efd2a41a1f295d4a (diff) | |
download | packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.tar.gz packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.tar.bz2 packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.tar.xz packages-b00cda0fc4fbeb6c64801e8180c2a2feeb288766.zip |
user/chrony: new package, import from alpine, clean up
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" |