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

10 lines
176 B
Plaintext
Raw Normal View History

# 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
}