saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-12-15 13:17:17 +02:00
parent 933e1a68af
commit 8a3dd155de
24 changed files with 406 additions and 204 deletions

View File

@@ -10,3 +10,19 @@
/usr/bin/systemctl reload named-pkcs11.service > /dev/null 2>&1 || true
endscript
}
/var/named/data/*.log {
missingok
su named named
create 0644 named named
daily
rotate 30
datext
nocompress
notifempty
sharedscripts
postrotate
/bin/systemctl reload named.service > /dev/null 2>&1 || true
endscript
}