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