1
0
dwelling-radio/configs/logrotate

12 lines
237 B
Plaintext
Raw Normal View History

2022-06-30 00:26:18 +04:00
/var/log/dwelling-radio/*log {
2022-05-24 23:40:56 +04:00
nocreate
copytruncate
missingok
notifempty
2022-08-29 22:16:56 +04:00
size 10M
2022-05-24 23:40:56 +04:00
compress
compresscmd /usr/bin/zstd
compressext .zst
compressoptions -T0 --long -15
uncompresscmd /usr/bin/unzstd
}