summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2022-01-24 21:05:48 +0100
committerQuentin Young <qlyoung@nvidia.com>2022-01-24 21:05:48 +0100
commit348555403192d7812f2ecaf0fdc0e6e0aa9b6a52 (patch)
tree1df8d2b99dd3703d82d1c9acbdf051213f507118 /redhat
parentMerge pull request #10374 from opensourcerouting/bgp-reset-counters (diff)
downloadfrr-348555403192d7812f2ecaf0fdc0e6e0aa9b6a52.tar.xz
frr-348555403192d7812f2ecaf0fdc0e6e0aa9b6a52.zip
redhat: logrotate file has typo for staticd
s/static/staticd Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.logrotate b/redhat/frr.logrotate
index b488ad08d..22b2332b7 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
}