redhat: logrotate file has typo for staticd

s/static/staticd

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
This commit is contained in:
Quentin Young 2022-01-24 15:05:48 -05:00
parent 5b05ce9ff5
commit 3485554031

View file

@ -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
}