mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
10 lines
249 B
Django/Jinja
10 lines
249 B
Django/Jinja
[Unit]
|
|
Description=Let's Encrypt renewal service
|
|
|
|
[Service]
|
|
User={{ certbot_auto_renew_user }}
|
|
Type=oneshot
|
|
ExecStart={{ certbot_script }} renew {{ certbot_auto_renew_options }}
|
|
|
|
ExecStartPost=/bin/systemctl reload {{ certbot_web_service }}.service
|