certbot/templates/certbot.service.j2
2022-08-31 11:49:01 +02:00

9 lines
No EOL
311 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]
Type=oneshot
ExecStart=/usr/bin/certbot -q renew
ExecStartPost=find {{ certbot_renewal_scripts_path }} -name "*.sh" -exec {} \;
PrivateTmp=true