ansible-role-certbot/templates/certbot-renew.service.j2

11 lines
308 B
Django/Jinja

[Unit]
Description=Certbot
Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
Documentation=https://letsencrypt.readthedocs.io/en/latest/
[Service]
User={{ certbot_auto_renew_user }}
Type=oneshot
ExecStart={{ certbot_script_path }} renew {{ certbot_auto_renew_options }}
PrivateTmp=true