mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
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 <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
df696e3f7c
commit
705d6afb05
2
debian/quagga.logrotate
vendored
2
debian/quagga.logrotate
vendored
@ -7,7 +7,7 @@
|
|||||||
create 640 quagga quaggavty
|
create 640 quagga quaggavty
|
||||||
|
|
||||||
postrotate
|
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
|
if [ -e /var/run/quagga/$i.pid ] ; then
|
||||||
kill -USR1 `cat /var/run/quagga/$i.pid`
|
kill -USR1 `cat /var/run/quagga/$i.pid`
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user