vm-ansible/roles/webgateway/files/certbot-script.service

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