mgmt/configuration/roles/gitea-runner/templates/gitea-runner.logrotate.j2

12 lines
258 B
Django/Jinja

{{ gitea_runner_log_dir }}/*.log {
daily
missingok
rotate 30
compress
delaycompress
notifempty
create 644 {{ gitea_runner_user }} {{ gitea_runner_user }}
postrotate
systemctl reload gitea-runner || true
endscript
}