diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-25 12:25:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-25 12:25:55 +0000 |
commit | 1f0e60eceb85acab3154dfd2df19eee1ce14d359 (patch) | |
tree | c4a677f8bb1050dc20bc7d98d21b4e4ea888c08a /cacti.logrotate | |
parent | 15e49492f3a764d7b2f947eabed89605897e2b7b (diff) |
automatic import of cacti
Diffstat (limited to 'cacti.logrotate')
-rw-r--r-- | cacti.logrotate | 8 |
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 +} |