mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 13:04:01 +00:00
redhat: add logrotate configuration for babeld and isisd
Signed-off-by: David Ward <david.ward@ll.mit.edu> Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
7b0df9c5ba
commit
0bd268a523
@ -6,6 +6,14 @@
|
||||
endscript
|
||||
}
|
||||
|
||||
/var/log/quagga/babeld.log {
|
||||
notifempty
|
||||
missingok
|
||||
postrotate
|
||||
/bin/kill -USR1 `cat /var/run/quagga/babeld.pid 2> /dev/null` 2> /dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
||||
/var/log/quagga/bgpd.log {
|
||||
notifempty
|
||||
missingok
|
||||
@ -14,6 +22,14 @@
|
||||
endscript
|
||||
}
|
||||
|
||||
/var/log/quagga/isisd.log {
|
||||
notifempty
|
||||
missingok
|
||||
postrotate
|
||||
/bin/kill -USR1 `cat /var/run/quagga/isisd.pid 2> /dev/null` 2> /dev/null || true
|
||||
endscript
|
||||
}
|
||||
|
||||
/var/log/quagga/ospfd.log {
|
||||
notifempty
|
||||
missingok
|
||||
|
Loading…
Reference in New Issue
Block a user