summaryrefslogtreecommitdiffstats
path: root/abs/core/logrotate/logrotate.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/logrotate/logrotate.conf')
-rw-r--r--abs/core/logrotate/logrotate.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/abs/core/logrotate/logrotate.conf b/abs/core/logrotate/logrotate.conf
index 88b4935..9c1927f 100644
--- a/abs/core/logrotate/logrotate.conf
+++ b/abs/core/logrotate/logrotate.conf
@@ -25,7 +25,14 @@ include /etc/logrotate.d
/var/log/wtmp {
monthly
- create 0664 root root
+ create 0664 root utmp
+ minsize 1M
rotate 1
}
+/var/log/btmp {
+ missingok
+ monthly
+ create 0600 root utmp
+ rotate 1
+}