File: certbot.logrotate

package info (click to toggle)
python-certbot 1.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,440 kB
  • sloc: python: 19,206; makefile: 180; sh: 109
file content (6 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
/var/log/letsencrypt/*.log {
    rotate 12
    weekly
    compress
    missingok
}