summaryrefslogtreecommitdiff
path: root/redhat/frr.logrotate
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-05-25 04:33:41 -0700
committerChristian Franke <chris@opensourcerouting.org>2018-09-05 11:38:12 +0200
commit13d9aad8566e6a3b2dd64f2718570959d697220d (patch)
tree03f9f63a64ab4257a4db3e461acd5cc5471b31b3 /redhat/frr.logrotate
parentda82f6b42aed82e24b591c8243bf5f4010649cf8 (diff)
redhat: Add fabricd to RPM package
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'redhat/frr.logrotate')
-rw-r--r--redhat/frr.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate
index 654d355fd7..df7c5da54e 100644
--- a/redhat/frr.logrotate
+++ b/redhat/frr.logrotate
@@ -93,3 +93,11 @@
/bin/kill -USR1 `cat /var/run/frr/bfdd.pid 2> /dev/null` 2> /dev/null || true
endscript
}
+
+/var/log/frr/fabricd.log {
+ notifempty
+ missingok
+ postrotate
+ /bin/kill -USR1 `cat /var/run/frr/fabricd.pid 2> /dev/null` 2> /dev/null || true
+ endscript
+}