diff options
Diffstat (limited to 'aide.logrotate')
-rw-r--r-- | aide.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/aide.logrotate b/aide.logrotate new file mode 100644 index 0000000..614c6a6 --- /dev/null +++ b/aide.logrotate @@ -0,0 +1,9 @@ +/var/log/aide/*.log { + weekly + missingok + rotate 4 + compress + delaycompress + copytruncate + minsize 100k +} |