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