tftpboot/scripts/old/latecommand/buster/etc/logrotate.d/btmp

9 lines
161 B
Plaintext

# no packages own btmp -- we'll rotate it here
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 3
olddir /var/log/old_logs.d
}