summaryrefslogtreecommitdiff
path: root/cacti.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-11-25 12:25:55 +0000
committerCoprDistGit <infra@openeuler.org>2024-11-25 12:25:55 +0000
commit1f0e60eceb85acab3154dfd2df19eee1ce14d359 (patch)
treec4a677f8bb1050dc20bc7d98d21b4e4ea888c08a /cacti.logrotate
parent15e49492f3a764d7b2f947eabed89605897e2b7b (diff)
automatic import of cacti
Diffstat (limited to 'cacti.logrotate')
-rw-r--r--cacti.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/cacti.logrotate b/cacti.logrotate
new file mode 100644
index 0000000..754a051
--- /dev/null
+++ b/cacti.logrotate
@@ -0,0 +1,8 @@
+/var/log/cacti/cacti.log {
+ weekly
+ rotate 7
+ missingok
+ notifempty
+ compress
+ su apache apache
+}