From 883d824dda4122eab819378240c6821f16079e47 Mon Sep 17 00:00:00 2001 From: allddd <117767298+allddd@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:56:49 +0200 Subject: [PATCH] add SyslogIdentifier --- Using-systemd-units-instead-of-cron.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-systemd-units-instead-of-cron.md b/Using-systemd-units-instead-of-cron.md index b75e0e3..a777d5f 100644 --- a/Using-systemd-units-instead-of-cron.md +++ b/Using-systemd-units-instead-of-cron.md @@ -8,6 +8,7 @@ After=network-online.target [Service] Type=oneshot +SyslogIdentifier=acme.sh # --home's argument should be where the acme.sh script resides. ExecStart=/path/to/acme.sh --cron --home /path/to/acme.sh ```