mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
9 lines
297 B
Django/Jinja
9 lines
297 B
Django/Jinja
[Unit]
|
|
Description=Let's Encrypt renewal
|
|
OnFailure=sys-alm-compose.infinito@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/certbot renew --quiet --agree-tos
|
|
ExecStartPost=/usr/bin/docker restart {{ applications | get_app_conf('svc-prx-openresty', 'docker.services.openresty.name', True) }}
|