File: chef.logrotate

package info (click to toggle)
chef 10.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,464 kB
  • sloc: ruby: 31,229; sh: 1,413; python: 189; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
/var/log/chef/client.log {
  rotate 12
  weekly
  compress
  postrotate
	/usr/sbin/invoke-rc.d chef-client restart > /dev/null
  endscript
}