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

8 lines
130 B
Plaintext
Raw Normal View History

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