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