Fixed certbot service file

This commit is contained in:
Philip (a-0) 2022-08-31 11:49:01 +02:00
parent 6fd440d16f
commit fe651f13c3

View file

@ -4,5 +4,6 @@ Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
Documentation=https://letsencrypt.readthedocs.io/en/latest/ Documentation=https://letsencrypt.readthedocs.io/en/latest/
[Service] [Service]
Type=oneshot 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 PrivateTmp=true