summaryrefslogtreecommitdiff
path: root/distro/redhat/etc/logrotate.d/chef-expander
blob: d68b479de271e0184fc3ab2d5230f9380ff52a1c (plain)
1
2
3
4
5
6
7
8
/var/log/chef/expander.log {
  rotate 12
  weekly
  compress
  postrotate
    /etc/init.d/chef-expander condrestart >/dev/null || :
  endscript
}