12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
{{define "main" -}}
|
|
{{template "LogrotateFilesTemplate" .}}
|
|
{
|
|
rotate 7
|
|
daily
|
|
compress
|
|
missingok
|
|
notifempty
|
|
copytruncate
|
|
}
|
|
{{end}}
|