Added a logrotate script
This commit is contained in:
parent
fe0784e090
commit
43dc0e219b
9
logrotate
Normal file
9
logrotate
Normal file
@ -0,0 +1,9 @@
|
||||
/var/log/netmonitor/*.log {
|
||||
weekly
|
||||
rotate 52
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
missingok
|
||||
create 644 root adm
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user