From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- straper/db/public/cron/cron.d/certbot | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 straper/db/public/cron/cron.d/certbot (limited to 'straper/db/public/cron/cron.d/certbot') diff --git a/straper/db/public/cron/cron.d/certbot b/straper/db/public/cron/cron.d/certbot deleted file mode 100644 index cac009f..0000000 --- a/straper/db/public/cron/cron.d/certbot +++ /dev/null @@ -1,17 +0,0 @@ -# /etc/cron.d/certbot: crontab entries for the certbot package -# -# Upstream recommends attempting renewal twice a day -# -# Eventually, this will be an opportunity to validate certificates -# haven't been revoked, etc. Renewal will only occur if expiration -# is within 30 days. -# -# Important Note! This cronjob will NOT be executed if you are -# running systemd as your init system. If you are running systemd, -# the cronjob.timer function takes precedence over this cronjob. For -# more details, see the systemd.timer manpage, or use systemctl show -# certbot.timer. -SHELL=/bin/sh -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin - -0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew --no-random-sleep-on-renew -- cgit v1.3