summaryrefslogtreecommitdiff
path: root/aide.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 01:32:28 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 01:32:28 +0000
commit12230b9c3bee3fcb1ded5f13651cc9b727fee0b9 (patch)
treefcc22946609eb505eadb3fb5cfcea61369a50d2c /aide.logrotate
parent1a6922a62e4499756fe055879eaf9d73627a89f9 (diff)
automatic import of aideopeneuler24.03_LTS
Diffstat (limited to 'aide.logrotate')
-rw-r--r--aide.logrotate9
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
+}