9 lines
270 B
Django/Jinja
9 lines
270 B
Django/Jinja
[Unit]
|
|
Description=Renew certificates using acme.sh
|
|
After=network-online.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
SyslogIdentifier=acme.sh
|
|
Environment=LE_WORKING_DIR="{{ acme_sh_env.LE_WORKING_DIR }}"
|
|
ExecStart={{ (service_path, 'acme.sh') | path_join }} --cron
|