github.com/rumhocker/blockbook@v0.3.2/build/templates/backend/debian/logrotate (about) 1 {{define "main" -}} 2 {{template "Backend.LogrotateFilesTemplate" .}} 3 { 4 rotate 7 5 daily 6 compress 7 missingok 8 notifempty 9 copytruncate 10 } 11 {{end}}