tftpboot/scripts/latecommand/bullseye/etc/logrotate.d/wtmp

10 lines
176 B
Plaintext

# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 3
olddir /var/log/old_logs.d
}