certbot/templates/certbot.service.j2

8 lines
298 B
Text
Raw Normal View History

2022-07-22 00:41:16 +02:00
[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; find {{ certbot_renewal_scripts_path }} -name "*.sh" -exec {} \;
PrivateTmp=true