lookyloo/etc/logrotate.d/aquarium

10 lines
116 B
Plaintext
Raw Normal View History

2021-05-26 19:26:55 +02:00
/var/log/aquarium*.log {
2021-05-26 19:22:51 +02:00
daily
missingok
rotate 14
compress
delaycompress
notifempty
create 0640 root root
}