]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/templates/default/logrotate.erb
mediawiki: Set default branch to 1.24 + mw lang bundle 2015.03
[chef.git] / cookbooks / chef / templates / default / logrotate.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/chef/client.log {
4   rotate 12
5   weekly
6   compress
7   postrotate
8         restart chef-client > /dev/null
9   endscript
10 }