Create tmp-logrotate

This commit is contained in:
2020-03-15 13:04:04 -05:00
parent 8871ca8dcd
commit 8c1f2fddda

15
tmp-logrotate Normal file
View File

@@ -0,0 +1,15 @@
/var/log/btmp {
missingok
daily
create 0660 root utmp
rotate 1
maxsize 100k
}
/var/log/wtmp {
size 10M
create 0664 root utmp
rotate 3
compress
daily
}