Files
zira-etc/logrotate.d/btmp
2023-05-25 13:41:40 +03: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
}