Set Fedora policy to 90 days of compressed logs

This commit is contained in:
2020-03-28 15:47:29 -05:00
parent 67c0140d73
commit 4cec4cdb7b
13 changed files with 141 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# no packages own btmp -- we'll rotate it here
/var/log/btmp {
missingok
monthly
create 0660 root utmp
rotate 1
}