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
|
2022-08-31 11:49:01 +02:00
|
|
|
ExecStart=/usr/bin/certbot -q renew
|
|
|
|
ExecStartPost=find {{ certbot_renewal_scripts_path }} -name "*.sh" -exec {} \;
|
2022-07-22 00:41:16 +02:00
|
|
|
PrivateTmp=true
|