ansible-hessnet/roles/letsencrypt/files/certbot-renew.service

6 lines
162 B
SYSTEMD
Raw Normal View History

2020-04-21 06:21:08 +00:00
[Unit]
Description=LetsEncrypt renewal
[Service]
Type=oneshot
ExecStart=/usr/bin/certbot renew --quiet --agree-tos --deploy-hook "systemctl reload nginx.service"