9 lines
195 B
SYSTEMD
9 lines
195 B
SYSTEMD
|
[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
|