It doesn't work properly without --cron
parent
664db51a77
commit
a98e1f2f7c
|
@ -9,7 +9,7 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
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 --home /path/to/acme.sh
|
ExecStart=/path/to/acme.sh --cron --home /path/to/acme.sh
|
||||||
|
|
||||||
SuccessExitStatus=0 2
|
SuccessExitStatus=0 2
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue