saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-03-18 16:30:29 +02:00
parent 4644686801
commit ac4f4c0405
4 changed files with 17 additions and 1 deletions

10
logrotate.d/ssh-logins Normal file
View File

@@ -0,0 +1,10 @@
/var/log/ssh-logins.log {
weekly
missingok
rotate 4
dateext
compress
delaycompress
notifempty
}