aboutsummaryrefslogtreecommitdiff
path: root/security/acme.sh/files/acme-crontab.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/acme.sh/files/acme-crontab.in')
-rw-r--r--security/acme.sh/files/acme-crontab.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/acme.sh/files/acme-crontab.in b/security/acme.sh/files/acme-crontab.in
new file mode 100644
index 000000000000..831e6c497cc3
--- /dev/null
+++ b/security/acme.sh/files/acme-crontab.in
@@ -0,0 +1,7 @@
+# use /bin/sh to run commands, overriding the default set by cron
+SHELL=/bin/sh
+
+# mail any output to here, no matter whose crontab this is
+MAILTO=me@example.org
+
+xx yy * * * %%PREFIX%%/sbin/acme.sh --cron --home /var/db/acme/.acme.sh > /dev/null