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

master
allddd 2023-10-17 20:01:09 +02:00
parent f26524f15d
commit 2f700cba8f
1 changed files with 0 additions and 2 deletions

@ -10,8 +10,6 @@ After=network-online.target
Type=oneshot Type=oneshot
# --home's argument should be where the acme.sh script resides. # --home's argument should be where the acme.sh script resides.
ExecStart=/path/to/acme.sh --cron --home /path/to/acme.sh ExecStart=/path/to/acme.sh --cron --home /path/to/acme.sh
SuccessExitStatus=0 2
``` ```
**2. Test that it works before creating the timer:** **2. Test that it works before creating the timer:**