committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
/var/log/dnf.librepo.log {
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
weekly
|
||||
create 0600 root root
|
||||
}
|
||||
|
||||
/var/log/hawkey.log {
|
||||
missingok
|
||||
notifempty
|
||||
rotate 4
|
||||
weekly
|
||||
create 0600 root root
|
||||
create
|
||||
}
|
||||
|
||||
11
logrotate.d/kvm_stat
Normal file
11
logrotate.d/kvm_stat
Normal file
@@ -0,0 +1,11 @@
|
||||
/var/log/kvm_stat.csv {
|
||||
size 10M
|
||||
missingok
|
||||
compress
|
||||
maxage 30
|
||||
rotate 5
|
||||
nodateext
|
||||
postrotate
|
||||
/usr/bin/systemctl try-restart kvm_stat.service
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user