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

9 lines
145 B
Plaintext

# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 1
}