Files
zira-etc/logrotate.d/btmp
2021-05-24 22:18:33 +03:00

8 lines
130 B
Plaintext

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