debian-galaxy-a20e/rootfs/etc/logrotate.d/wtmp

9 lines
145 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 1
}