1692a28fe4
> WARNING: Error loading config file: .dockercfg: $HOME is not defined .. which appeared in Docker 20.10.
8 lines
217 B
Django/Jinja
8 lines
217 B
Django/Jinja
[Unit]
|
|
Description=Renews Let's Encrypt SSL certificates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment="HOME={{ matrix_systemd_unit_home_path }}"
|
|
ExecStart={{ matrix_local_bin_path }}/matrix-ssl-lets-encrypt-certificates-renew
|