]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/replicate.logrotate.erb
tile: Add diagnostics X-TileRender header
[chef.git] / cookbooks / tile / templates / default / replicate.logrotate.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/tile/replicate.log {
4   compress
5   delaycompress
6   notifempty
7   postrotate
8     /bin/systemctl try-restart replicate
9   endscript
10 }