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/chrony.conf | |
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/chrony.conf')
-rw-r--r-- | user/chrony/chrony.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/chrony/chrony.conf b/user/chrony/chrony.conf new file mode 100644 index 000000000..e2d26cd62 --- /dev/null +++ b/user/chrony/chrony.conf @@ -0,0 +1,10 @@ +# default config +# TODO: update pools to adelie vendor zone when it is assigned +pool pool.ntp.org iburst +initstepslew 10 pool.ntp.org +driftfile /var/lib/chrony/chrony.drift +rtcsync + +# check /etc/conf.d/chrony if you want daemon logs to go to syslog +# this setting specifies where statistics go +logdir /var/log/chrony |