From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- localfs/etc/logrotate.d/clamav-update | 4 ++++ localfs/etc/logrotate.d/httpd | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 localfs/etc/logrotate.d/clamav-update create mode 100644 localfs/etc/logrotate.d/httpd (limited to 'localfs/etc/logrotate.d') diff --git a/localfs/etc/logrotate.d/clamav-update b/localfs/etc/logrotate.d/clamav-update new file mode 100644 index 0000000..0de6062 --- /dev/null +++ b/localfs/etc/logrotate.d/clamav-update @@ -0,0 +1,4 @@ +/var/log/freshclam.log { + monthly + notifempty +} diff --git a/localfs/etc/logrotate.d/httpd b/localfs/etc/logrotate.d/httpd new file mode 100644 index 0000000..90c024d --- /dev/null +++ b/localfs/etc/logrotate.d/httpd @@ -0,0 +1,15 @@ +/var/log/httpd/*log { + daily + rotate 365 + missingok + notifempty + sharedscripts + delaycompress + compresscmd /bin/xz + compressext .xz + dateext + dateformat -%Y-%m-%d + postrotate + /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true + endscript +} -- cgit v1.2.3