diff options
Diffstat (limited to 'certbot.logrotate')
-rw-r--r-- | certbot.logrotate | 5 |
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 +} |