first commit
This commit is contained in:
13
etc_org/logrotate.d/ufw
Normal file
13
etc_org/logrotate.d/ufw
Normal file
@@ -0,0 +1,13 @@
|
||||
/var/log/ufw.log
|
||||
{
|
||||
rotate 4
|
||||
weekly
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
invoke-rc.d rsyslog rotate >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user