mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 08:32:40 +00:00
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
|
[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
|