1
0
Fork 0
dwelling-upload/configs/logrotate

15 lines
307 B
Plaintext

/var/log/dwelling-upload/*log {
nocreate
size 1M
compress
compresscmd /usr/bin/zstd
compressext .zst
compressoptions -T0 --long -15
uncompresscmd /usr/bin/unzstd
sharedscripts
missingok
notifempty
postrotate
/bin/pkill -HUP dwelling-upload
endscript
}