/etc/logrotate.d/bmc-watchdog is in freeipmi-bmc-watchdog 1.4.11-1.1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ##
# $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 || true
endscript
}
|