redhat: add logrotate configuration for babeld and isisd

Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
David Ward 2012-04-29 16:47:06 -04:00 committed by David Lamparter
parent 7b0df9c5ba
commit 0bd268a523

View File

@ -6,6 +6,14 @@
endscript
}
/var/log/quagga/babeld.log {
notifempty
missingok
postrotate
/bin/kill -USR1 `cat /var/run/quagga/babeld.pid 2> /dev/null` 2> /dev/null || true
endscript
}
/var/log/quagga/bgpd.log {
notifempty
missingok
@ -14,6 +22,14 @@
endscript
}
/var/log/quagga/isisd.log {
notifempty
missingok
postrotate
/bin/kill -USR1 `cat /var/run/quagga/isisd.pid 2> /dev/null` 2> /dev/null || true
endscript
}
/var/log/quagga/ospfd.log {
notifempty
missingok