mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 06:45:23 +00:00
It doesn't work properly without --cron
@@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user