diff --git a/templates/certbot.service.j2 b/templates/certbot.service.j2 index 8e6a696..ce3b838 100644 --- a/templates/certbot.service.j2 +++ b/templates/certbot.service.j2 @@ -4,5 +4,6 @@ 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 {} \; +ExecStart=/usr/bin/certbot -q renew +ExecStartPost=find {{ certbot_renewal_scripts_path }} -name "*.sh" -exec {} \; PrivateTmp=true \ No newline at end of file