use standard log rotation approach for wtmp/btmp

This commit is contained in:
Daniel Micay 2024-03-20 23:43:48 -04:00
parent 455ef92c18
commit 81fa5f8ebd
1 changed files with 0 additions and 5 deletions

View File

@ -24,15 +24,10 @@ tabooext + .pacorig .pacnew .pacsave
include /etc/logrotate.d
/var/log/wtmp {
monthly
create 0664 root utmp
minsize 1M
rotate 1
}
/var/log/btmp {
missingok
monthly
create 0600 root utmp
rotate 1
}