Fixed certbot service file
This commit is contained in:
parent
6fd440d16f
commit
fe651f13c3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue