diff options
Diffstat (limited to 'roles/certbot/files/certbot.service')
-rw-r--r-- | roles/certbot/files/certbot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/certbot/files/certbot.service b/roles/certbot/files/certbot.service index bea307c..26cf2fd 100644 --- a/roles/certbot/files/certbot.service +++ b/roles/certbot/files/certbot.service @@ -3,4 +3,4 @@ Description=Let's Encrypt renewal [Service] Type=oneshot -ExecStart=/usr/bin/certbot renew --agree-tos --deploy-hook "systemctl reload nginx" +ExecStart=/usr/bin/certbot renew --agree-tos |