diff options
Diffstat (limited to 'files/etc/cron.d/acme.common')
-rw-r--r-- | files/etc/cron.d/acme.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/etc/cron.d/acme.common b/files/etc/cron.d/acme.common new file mode 100644 index 0000000..05bf064 --- /dev/null +++ b/files/etc/cron.d/acme.common @@ -0,0 +1,2 @@ +MAILTO=root +00 15 * * * ${acme_user} lockf -t 0 /tmp/acme-cron.lock acme.sh --cron --home ${acme_home} --syslog 6 > /dev/null |