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

12 lines
169 B
Cheetah
Raw Normal View History

2024-05-18 04:46:41 +00:00
{{- if (lookPath "juicefs") -}}
2024-01-13 07:47:07 +00:00
/var/log/juicefs.log {
daily
rotate 7
compress
delaycompress
missingok
notifempty
copytruncate
2024-05-18 04:46:41 +00:00
}
{{- end -}}