From: David Ward Date: Sun, 29 Apr 2012 20:47:06 +0000 (-0400) Subject: redhat: add logrotate configuration for babeld and isisd X-Git-Tag: frr-2.0-rc1~1849 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0bd268a5232f91c8cf01366b7ae43bcfed1dc8fe;p=matthieu%2Ffrr.git redhat: add logrotate configuration for babeld and isisd Signed-off-by: David Ward Signed-off-by: David Lamparter --- diff --git a/redhat/quagga.logrotate b/redhat/quagga.logrotate index 1b453d16d2..9756a781a4 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