lookyloo/etc/logrotate.d/aquarium

11 lines
130 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
2021-06-07 17:53:47 +02:00
copytruncate
2021-05-26 19:22:51 +02:00
create 0640 root root
}