6 lines
178 B
Desktop File
6 lines
178 B
Desktop File
[Unit]
|
|
Description=Renew certbot certificates
|
|
|
|
[Service]
|
|
ExecStart=sleep $RANDOM && /opt/certbot/bin/pip install --upgrade certbot certbot-nginx certbot-dns-ovh && certbot renew
|