forked from Mirror/frr
redhat: logrotate file has typo for staticd
s/static/staticd Signed-off-by: Quentin Young <qlyoung@nvidia.com>
This commit is contained in:
parent
5b05ce9ff5
commit
3485554031
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue