This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/letsencrypt
T
2021-10-27 17:20:29 +02:00

10 lines
124 B
Plaintext

/var/log/letsencrypt/*.log {
notifempty
copytruncate
missingok
compress
daily
delaycompress
rotate 7
}