diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-08-05 08:14:06 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-08-06 08:35:59 -0400 |
| commit | 5651da246168facc8240268a87af40ee2a4a78e8 (patch) | |
| tree | f8082b38b591a44e1ecd795a69a4febbfe96ee59 /redhat | |
| parent | 9bbf785892b61c654313713a7027f711289fd4d4 (diff) | |
tools: Add pim6d to tools so that pim6d will work properly
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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 |
