wtmp 145 B

12345678
  1. # no packages own wtmp -- we'll rotate it here
  2. /var/log/wtmp {
  3. missingok
  4. monthly
  5. create 0664 root utmp
  6. minsize 1M
  7. rotate 1
  8. }