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