6 lines
162 B
SYSTEMD
6 lines
162 B
SYSTEMD
|
[Unit]
|
||
|
Description=LetsEncrypt renewal
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/certbot renew --quiet --agree-tos --deploy-hook "systemctl reload nginx.service"
|