Reviewed-on: #3 Co-authored-by: Beth <ejparker@actcur.com> Co-committed-by: Beth <ejparker@actcur.com>
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 |