13ec43bc68
Added logrotate file for wtmp and btmp to override default conf and set size cap as 100K as done in PR: #865. For buster this is control by separate file wtmp and btmp. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
# no packages own wtmp -- we'll rotate it here
|
|
/var/log/wtmp {
|
|
missingok
|
|
size 100k
|
|
create 0664 root utmp
|
|
rotate 1
|
|
}
|