Files
server/etc/logrotate.d/btmp
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00: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
}