From 143345a6889c7ed3274a430a2d1cc2fb2d3c1bca Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Aug 18 2020 09:24:32 +0000 Subject: update service/timer descriptions --- diff --git a/acme-sh.service b/acme-sh.service index 2418aa9..a472307 100644 --- a/acme-sh.service +++ b/acme-sh.service @@ -1,10 +1,9 @@ [Unit] -Description=Renew Let's Encrypt certificates using acme.sh +Description=Renew certificates using acme.sh After=network-online.target [Service] Type=oneshot -# Directory where the acme.sh script resides. ExecStart=/usr/bin/acme.sh --renew-all # acme.sh returns 2 when renewal is skipped (i.e. certs up to date) SuccessExitStatus=0 2 diff --git a/acme-sh.timer b/acme-sh.timer index 214fde5..789daf9 100644 --- a/acme-sh.timer +++ b/acme-sh.timer @@ -1,5 +1,5 @@ [Unit] -Description=Daily renewal of Let's Encrypt's certificates +Description=Automatically renew certificates using acme.sh [Timer] OnCalendar=daily