Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from emersion/patch-1
Browse files Browse the repository at this point in the history
Restart nginx even if certbot fails
  • Loading branch information
lnicola authored Jan 2, 2017
2 parents 3d4a8ca + 057b96a commit 209fbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot-nginx.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ After=network-online.target
Type=oneshot
ExecStartPre=/bin/systemctl stop nginx
ExecStart=/usr/bin/certbot renew --standalone
ExecStartPost=/bin/systemctl --no-block start nginx
ExecStopPost=/bin/systemctl --no-block start nginx

0 comments on commit 209fbd8

Please sign in to comment.