summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate
index 31061e3ae0..1224a332b4 100644
--- a/redhat/frr.logrotate
+++ b/redhat/frr.logrotate
@@ -78,6 +78,14 @@
endscript
}
+/var/log/frr/mgmtd.log {
+ notifempty
+ missingok
+ postrotate
+ /bin/kill -USR1 `cat /var/run/frr/mgmtd.pid 2> /dev/null` 2> /dev/null || true
+ endscript
+}
+
/var/log/frr/nhrpd.log {
notifempty
missingok