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:**