diff options
| -rw-r--r-- | redhat/frr.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate index b488ad08dc..22b2332b7c 100644 --- a/redhat/frr.logrotate +++ b/redhat/frr.logrotate @@ -138,7 +138,7 @@ notifempty missingok postrotate - /bin/kill -USR1 `cat /var/run/frr/static.pid 2> /dev/null` 2> /dev/null || true + /bin/kill -USR1 `cat /var/run/frr/staticd.pid 2> /dev/null` 2> /dev/null || true endscript } |
