install.fairie/system/etc/logrotate.d/juicefs.tmpl

12 lines
169 B
Cheetah
Raw Normal View History

2024-05-17 21:46:41 -07:00
{{- if (lookPath "juicefs") -}}
2024-01-12 23:47:07 -08:00
/var/log/juicefs.log {
daily
rotate 7
compress
delaycompress
missingok
notifempty
copytruncate
2024-05-17 21:46:41 -07:00
}
{{- end -}}