mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
11 lines
308 B
Django/Jinja
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
|