From 705d6afb0584a5b58242d5bbe8bc19f106e5cbf7 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 26 May 2016 19:41:58 -0400 Subject: [PATCH] debian: Add pimd to logrotate script Add pimd to the log rotate script so that the USR1 signal can be sent to pimd to tell it to rotate the log. Ticket: CM-11253 Signed-off-by: Donald Sharp --- debian/quagga.logrotate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/quagga.logrotate b/debian/quagga.logrotate index 5e9eadae36..77e015d725 100644 --- a/debian/quagga.logrotate +++ b/debian/quagga.logrotate @@ -7,7 +7,7 @@ create 640 quagga quaggavty postrotate - for i in zebra bgpd ripd ospfd ripngd ospf6d isisd; do + for i in zebra bgpd ripd ospfd ripngd ospf6d isisd pimd; do if [ -e /var/run/quagga/$i.pid ] ; then kill -USR1 `cat /var/run/quagga/$i.pid` fi -- 2.39.5