From b8712a60b8e591b48a19d939dafe88bac6790b33 Mon Sep 17 00:00:00 2001 From: greencopper Date: Mon, 8 Jan 2018 20:17:01 +0100 Subject: [PATCH] Updated Using systemd units instead of cron (markdown) --- Using-systemd-units-instead-of-cron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-systemd-units-instead-of-cron.md b/Using-systemd-units-instead-of-cron.md index e3982c9..d5e5ea8 100644 --- a/Using-systemd-units-instead-of-cron.md +++ b/Using-systemd-units-instead-of-cron.md @@ -9,7 +9,7 @@ After=network-online.target [Service] Type=oneshot # Directory where the acme.sh script resides. -Environment="HOME=/" +Environment="HOME=/path/to/" ExecStart=/path/to/acme.sh # acme.sh returns 2 when renewal is skipped (i.e. certs up to date) SuccessExitStatus=0 2