From a495a8822f58085f94e2d1205aa5c7de56b5ea23 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 31 Dec 2015 10:29:47 +0100 Subject: Add crontab entry --- letsencrypt-helpers/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'letsencrypt-helpers') diff --git a/letsencrypt-helpers/README b/letsencrypt-helpers/README index 983a7ca..6de832f 100644 --- a/letsencrypt-helpers/README +++ b/letsencrypt-helpers/README @@ -20,4 +20,5 @@ Usage: Continued maintenance: o run renew-as-required from cron, probably using chronic. - + SHELL=/bin/bash + @daily sleep $(( $RANDOM \% 7200 )) && export PATH="$HOME/bin:$PATH" && renew-as-required -- cgit v1.2.3