##
# $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
	/bin/systemctl restart bmc-watchdog.service > /dev/null 2>&1 || true
  endscript
}
