]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/replicate.logrotate.erb
Fix issues with the export script
[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     /usr/bin/service replicate restart
9   endscript
10 }