WIP: Replace the certbot systemd unit with a cron job with notifications #68

Closed
greg wants to merge 2 commits from bugfix/3-certbot_email_notifications into master
Showing only changes of commit 6f98d07942 - Show all commits

View File

@ -90,5 +90,5 @@ cron "certbot" do
hour "0,12"
minute 0
mailto "ops@kosmos.org"
command "cronic /usr/bin/certbot renew"
command "cronic /usr/bin/certbot renew -q"
end