add SyslogIdentifier

master
allddd 2024-09-06 19:56:49 +02:00
parent 3ad477642c
commit 883d824dda
1 changed files with 1 additions and 0 deletions

@ -8,6 +8,7 @@ After=network-online.target
[Service]
Type=oneshot
SyslogIdentifier=acme.sh
# --home's argument should be where the acme.sh script resides.
ExecStart=/path/to/acme.sh --cron --home /path/to/acme.sh
```