diff options
Diffstat (limited to 'redhat')
| -rw-r--r-- | redhat/frr.logrotate | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate index 04ae96b654..31061e3ae0 100644 --- a/redhat/frr.logrotate +++ b/redhat/frr.logrotate @@ -134,6 +134,14 @@      endscript  } +/var/log/frr/pim6d.log { +    notifempty +    missingok +    postrotate +        /bin/kill -USR1 `cat /var/run/frr/pim6d.pid 2> /dev/null` 2> /dev/null || true +    endscript +} +  /var/log/frr/sharpd.log {      notifempty      missingok  | 
