X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=redhat%2Ffrr.logrotate;h=df7c5da54e5896262ecfcb2601ca4bb23d5b9887;hb=2569910bb6e5c00ececc60ed15b182e14a88cb9d;hp=654d355fd7ea94cbeb6e79a9620c96d0b2a34afe;hpb=d6853655b597e041b24a2b8d9367eea04d666c69;p=mirror_frr.git diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate index 654d355fd..df7c5da54 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 +}