linuxOS_AP05/debian/test/etc/logrotate.d/wtmp
2025-09-26 09:40:02 +08: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
}