This commit is contained in:
2024-03-25 17:44:36 -04:00
parent 91b6e8e13f
commit fc884e4629
187 changed files with 5039 additions and 130 deletions

View File

@@ -0,0 +1,15 @@
/var/log/dnf/dnf.log {
missingok
notifempty
maxsize 1M
yearly
create 0600 root root
}
/var/log/dnf/dnf-update.log {
missingok
notifempty
maxsize 1M
weekly
create 0600 root root
}