]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/templates/default/chrony.conf.erb
Enable mod_proxy_fcgi where needed for php-fpm
[chef.git] / cookbooks / ntp / templates / default / chrony.conf.erb
index 11c702fccb6219dfe8dae55ce3bd7ffbdb47d0a2..9fc9393bc9953eabcecf45cf3d58eea957f52d41 100644 (file)
@@ -6,8 +6,8 @@ pool <%= server %> iburst
 <% end -%>
 # Add additional non-pool NTP servers
 # pool.ntp.org can sometimes be aggressive with KoD
-pool time.cloudflare.com iburst maxsources 2
-pool time.google.com iburst maxsources 2
+pool time.cloudflare.com iburst
+pool time.google.com iburst
 
 # Run an initial NTP sync on daemon startup
 initstepslew 30 time.cloudflare.com time.google.com <%= node[:ntp][:servers].join(" ") %>
@@ -45,3 +45,6 @@ makestep 1 3
 # Enable leap second slew
 leapsecmode slew
 maxslewrate 1000
+
+# Enable hardware timestamps if available
+hwtimestamp *