linuxOS_AP05/debian/test/etc/logrotate.d/btmp
2025-09-26 09:40:02 +08:00

8 lines
130 B
Plaintext

# no packages own btmp -- we'll rotate it here
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}