##
# $Id: bmc-watchdog.logrotate,v 1.3 2009-10-01 18:09:57 chu11 Exp $
##

/var/log/freeipmi/bmc-watchdog.log {
  rotate 21
  daily
  compress
  missingok
  nocreate
  nomail
  notifempty
  postrotate
  /etc/init.d/bmc-watchdog condrestart >/dev/null 2>&1
  endscript
}
