lookyloo/etc/logrotate.d/aquarium

10 lines
115 B
Plaintext
Raw Normal View History

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