aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/logging/logrotate.d/wtmp
blob: cc8a151e00befe3d6a4182e7f24705817facd631 (plain) (blame)
1
2
3
4
5
6
7
8
# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
    missingok
    monthly
    create 0664 root utmp
    minsize 1M
    rotate 1
}