github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/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}}