##
# $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
      /etc/init.d/freeipmi-bmc-watchdog condrestart > /dev/null 2>&1
  endscript
}
