Move logrotate from examples to integrations

This commit is contained in:
Néstor Salceda
2018-07-13 13:02:26 +02:00
parent ccf35552dd
commit 1e32d637b2

View File

@@ -0,0 +1,7 @@
/var/log/falco-events.log {
rotate 5
size 1M
postrotate
/usr/bin/killall -USR1 falco
endscript
}