ansible-role-certbot/templates/certbot-renew.service.j2
2019-05-12 23:26:33 +02:00

10 lines
254 B
Django/Jinja

[Unit]
Description=Let's Encrypt renewal service
[Service]
User={{ certbot_auto_renew_user }}
Type=oneshot
ExecStart={{ certbot_script_path }} renew {{ certbot_auto_renew_options }}
ExecStartPost=/bin/systemctl reload {{ certbot_web_service }}.service