saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user