summaryrefslogtreecommitdiffstats
path: root/debian/rsyslog.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rsyslog.logrotate')
-rw-r--r--debian/rsyslog.logrotate18
1 files changed, 18 insertions, 0 deletions
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
+}