Fedora 41

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2024-12-27 16:16:18 -06:00
parent 59cd41be51
commit 18c15c9244
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# no packages own wtmp -- we'll rotate it here
/var/log/wtmp {
missingok
monthly
create 0664 root utmp
minsize 1M
rotate 1
}