9 lines
148 B
Desktop File
9 lines
148 B
Desktop File
[Unit]
|
|
Description=Renew certificates with certbot
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/bash /opt/certbot.sh
|
|
|
|
[Install]
|
|
WantedBy=certbot.target |