summaryrefslogtreecommitdiff
path: root/roles/web/files/certbot/certbot.service
blob: bea307c452dde41faa6ba19c89b9b8647c01dd2b (plain) (blame)
1
2
3
4
5
6
[Unit]
Description=Let's Encrypt renewal

[Service]
Type=oneshot
ExecStart=/usr/bin/certbot renew --agree-tos --deploy-hook "systemctl reload nginx"