add SyslogIdentifier
parent
3ad477642c
commit
883d824dda
|
@ -8,6 +8,7 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
SyslogIdentifier=acme.sh
|
||||||
# --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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue