##
# $Id: freeipmi-bmc-watchdog.logrotate,v 1.1 2006/05/15 17:58:42 chu11 Exp $
##

/var/log/freeipmi/bmc-watchdog.log {
  rotate 21
  daily
  compress
  missingok
  nocreate
  nomail
  notifempty
  postrotate
      /sbin/service freeipmi-bmc-watchdog condreload
  endscript
}
