summaryrefslogtreecommitdiff
path: root/certbot.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-02-04 09:21:59 +0000
committerCoprDistGit <infra@openeuler.org>2025-02-04 09:21:59 +0000
commit41b8dbc6d38781cc4d8d2d3ec928968dd5f0e9f7 (patch)
tree43cd2929dc433142975825d85f578e1a85e41457 /certbot.logrotate
parenta359eee63055291507cd524ec32efc15cbfc7d70 (diff)
automatic import of python-certbotopeneuler24.03_LTS_SP1openeuler24.03_LTS
Diffstat (limited to 'certbot.logrotate')
-rw-r--r--certbot.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/certbot.logrotate b/certbot.logrotate
new file mode 100644
index 0000000..fd99a3f
--- /dev/null
+++ b/certbot.logrotate
@@ -0,0 +1,5 @@
+/var/log/letsencrypt/*.log {
+ weekly
+ missingok
+ notifempty
+}