ansible-personal/roles/nginx/templates/renew-letsencrypt.service.j2

7 lines
216 B
Django/Jinja

[Unit]
Description=Renew Let's Encrypt certificates
[Service]
Type=oneshot
ExecStart={{ letsencrypt_certbot_dest }} renew --standalone --pre-hook "/bin/systemctl stop nginx" --post-hook "/bin/systemctl start nginx"