From b8ec298bf9b3616a5e0ca04a59831929b89bd426 Mon Sep 17 00:00:00 2001 From: quackerd Date: Fri, 2 Dec 2022 13:33:27 +0000 Subject: [PATCH] Reduce certbot renew interval to 24h --- opt/crontabs/root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/crontabs/root b/opt/crontabs/root index 1afd79c..454cf55 100644 --- a/opt/crontabs/root +++ b/opt/crontabs/root @@ -1 +1 @@ -* * * * * certbot renew --post-hook "supervisorctl xray restart" \ No newline at end of file +0 0 * * * certbot renew --post-hook "supervisorctl xray restart" \ No newline at end of file