summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-06-25 07:13:50 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-06-25 07:13:50 -0400
commitf57a88f37c47e28418d990223fe6f11df8b0d6e1 (patch)
treebb757cc4eca80d2d069a3f9229d2ee81ea1a6f81
parent1f4add997d31bda0bd80a3ebe68a6562941eee69 (diff)
debian: Add missing daemons to logrotation knowledge
Update missing daemons to rotate as well. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--debian/frr.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/frr.logrotate b/debian/frr.logrotate
index a6b2b22f56..a56a908bdf 100644
--- a/debian/frr.logrotate
+++ b/debian/frr.logrotate
@@ -16,7 +16,7 @@
# between file and syslog, rsyslogd might still have file
# open, as well as the daemons, so always signal the daemons.
# It's safe, a NOP if (only) syslog is being used.
- for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd \
+ for i in babeld bgpd eigrpd isisd ldpd nhrpd ospf6d ospfd sharpd \
pimd ripd ripngd zebra pbrd staticd bfdd fabricd vrrpd; do
if [ -e /var/run/frr/$i.pid ] ; then
pids="$pids $(cat /var/run/frr/$i.pid)"