Created
July 30, 2021 20:08
-
-
Save szydell/cc9f9a53025864196287441348dea39f to your computer and use it in GitHub Desktop.
Certbot Renew service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Certbot Renew | |
Wants=network.target | |
After=network-online.target | |
[Service] | |
Environment=PODMAN_SYSTEMD_UNIT=%n | |
ExecStart=/usr/local/bin/certbot_renew.sh | |
Type=oneshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment