summaryrefslogtreecommitdiff
path: root/aide.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 08:18:17 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 08:18:17 +0000
commitbc34fa50649c520598ec89a01dc58c9ca853b342 (patch)
treefcc22946609eb505eadb3fb5cfcea61369a50d2c /aide.logrotate
parent017a2448d053e0a4051fd166cf4cf6d16531af4b (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
+}