mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
Merge pull request #10419 from qlyoung/fix-logrotate-staticd-typo
redhat: logrotate file has typo for staticd
This commit is contained in:
commit
f55450f5a2
@ -138,7 +138,7 @@
|
|||||||
notifempty
|
notifempty
|
||||||
missingok
|
missingok
|
||||||
postrotate
|
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
|
endscript
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user