summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2022-01-24 15:05:48 -0500
committerQuentin Young <qlyoung@nvidia.com>2022-01-24 15:05:48 -0500
commit348555403192d7812f2ecaf0fdc0e6e0aa9b6a52 (patch)
tree1df8d2b99dd3703d82d1c9acbdf051213f507118 /redhat
parent5b05ce9ff58635f081b8315f07450d5b277d8865 (diff)
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 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
}