From 0bd268a5232f91c8cf01366b7ae43bcfed1dc8fe Mon Sep 17 00:00:00 2001 From: David Ward Date: Sun, 29 Apr 2012 16:47:06 -0400 Subject: redhat: add logrotate configuration for babeld and isisd Signed-off-by: David Ward Signed-off-by: David Lamparter --- redhat/quagga.logrotate | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/redhat/quagga.logrotate b/redhat/quagga.logrotate index 1b453d16..9756a781 100644 --- a/redhat/quagga.logrotate +++ b/redhat/quagga.logrotate @@ -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 -- cgit v1.2.1