mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
remove redundant SuccessExitStatus, with --cron exit code is 0 if succesful or skipped
@@ -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:**
|
||||||
|
|||||||
Reference in New Issue
Block a user