1 # DO NOT EDIT - This file is being maintained by Chef
 
   6   compresscmd /usr/bin/xz
 
   7   compressoptions --threads=<%= [ node[:cpu][:total] / 2, 1 ].max.ceil %>
 
   8   uncompresscmd /usr/bin/unxz
 
  15     test ! -e /var/run/squid.pid || /usr/sbin/squid -k rotate
 
  18     /usr/bin/rsync --preallocate /var/log/squid/access.log.1.xz ironbelly::logs/tile.openstreetmap.org/<%= node[:hostname] %>-`date -d "-1 days" +%Y-%m-%d`.xz || true