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