summaryrefslogtreecommitdiff
path: root/aide.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 10:17:22 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 10:17:22 +0000
commitbd1b9654a597b2214071c1188ad683e708721f4b (patch)
treefcc22946609eb505eadb3fb5cfcea61369a50d2c /aide.logrotate
parent374ae3091442fd5cd7442a65ca2bffeada2fb3bc (diff)
automatic import of aideopeneuler24.03_LTSopeneuler23.09
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
+}