remove redundant SuccessExitStatus, with `--cron` exit code is 0 if succesful or skipped
parent
f26524f15d
commit
2f700cba8f
|
@ -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:**
|
||||||
|
|
Loading…
Reference in New Issue