2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 22:05:34 +00:00

It doesn't work properly without --cron

CharlieYu
2021-01-11 22:20:14 +08:00
parent 664db51a77
commit a98e1f2f7c

@@ -9,7 +9,7 @@ After=network-online.target
[Service]
Type=oneshot
# --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
```