From 2f700cba8faf82ce610030cdbffbd1347922daaa Mon Sep 17 00:00:00 2001 From: allddd <117767298+allddd@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:01:09 +0200 Subject: [PATCH] remove redundant SuccessExitStatus, with `--cron` exit code is 0 if succesful or skipped --- Using-systemd-units-instead-of-cron.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Using-systemd-units-instead-of-cron.md b/Using-systemd-units-instead-of-cron.md index 6bbd107..b75e0e3 100644 --- a/Using-systemd-units-instead-of-cron.md +++ b/Using-systemd-units-instead-of-cron.md @@ -10,8 +10,6 @@ After=network-online.target Type=oneshot # --home's argument should be where the acme.sh script resides. ExecStart=/path/to/acme.sh --cron --home /path/to/acme.sh - -SuccessExitStatus=0 2 ``` **2. Test that it works before creating the timer:**