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