mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
/var/log/falco-events.log {
|
|
rotate 5
|
|
size 1M
|
|
postrotate
|
|
/usr/bin/killall -USR1 falco
|
|
endscript
|
|
} |