mirror of https://github.com/CIRCL/lookyloo
Create log rotation for lookyloo logs
parent
0fd2db2a06
commit
98e0b7dfa5
|
@ -0,0 +1,9 @@
|
|||
/var/log/lookyloo* {
|
||||
daily
|
||||
missingok
|
||||
rotate 14
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 0640 root root
|
||||
}
|
Loading…
Reference in New Issue