From 820fbc70df90314f8839fa21bb57a6002b28464b Mon Sep 17 00:00:00 2001 From: synoniem Date: Sat, 26 Dec 2020 18:06:45 +0100 Subject: [PATCH] Start crond from run.sh --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 4ec403e..3a053e0 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# Start crond for cronjobs to work correctly +/usr/sbin/crond # Check and if needed install/renew certs # Note that this script (certbot.sh) is also # run weekely from /etc/periodic/weekly/croncert.sh