mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 15:17:05 +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
|
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 {
|
/var/log/quagga/bgpd.log {
|
||||||
notifempty
|
notifempty
|
||||||
missingok
|
missingok
|
||||||
@ -14,6 +22,14 @@
|
|||||||
endscript
|
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 {
|
/var/log/quagga/ospfd.log {
|
||||||
notifempty
|
notifempty
|
||||||
missingok
|
missingok
|
||||||
|
Loading…
Reference in New Issue
Block a user