certbot/certbot-renew.service

9 lines
195 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Renew certificates acquired via Certbot
Documentation=https://eff-certbot.readthedocs.io/en/stable/
[Service]
Type=oneshot
ExecStart=/usr/bin/certbot -q renew
PrivateTmp=true