10 lines
No EOL
156 B
Desktop File
10 lines
No EOL
156 B
Desktop File
[Unit]
|
|
Description=Runs certbot renew
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/scripts/certbot-renewal.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |