remove redundant SuccessExitStatus, with --cron exit code is 0 if succesful or skipped

allddd
2023-10-17 20:01:09 +02:00
parent f26524f15d
commit 2f700cba8f

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