From 24b1e14e26b1bc6cf98663c2964a3637c56944eb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:21 +0200 Subject: Adding debian version 8.2402.0-1. Signed-off-by: Daniel Baumann --- debian/rsyslog.logrotate | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/rsyslog.logrotate (limited to 'debian/rsyslog.logrotate') diff --git a/debian/rsyslog.logrotate b/debian/rsyslog.logrotate new file mode 100644 index 0000000..b145324 --- /dev/null +++ b/debian/rsyslog.logrotate @@ -0,0 +1,18 @@ +/var/log/syslog +/var/log/mail.log +/var/log/kern.log +/var/log/auth.log +/var/log/user.log +/var/log/cron.log +{ + rotate 4 + weekly + missingok + notifempty + compress + delaycompress + sharedscripts + postrotate + /usr/lib/rsyslog/rsyslog-rotate + endscript +} -- cgit v1.2.3