linuxOS_AP05/debian/test/etc/logrotate.d/btmp

8 lines
130 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
# no packages own btmp -- we'll rotate it here
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}