Created
March 1, 2017 11:04
-
-
Save kid/a22387de62f42601194d7cff62da2aa9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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=Let's Encrypt renewal service | |
Documentation=https://certbot.eff.org/#arch-other | |
After=network.target | |
[Service] | |
ExecStart=/usr/bin/certbot renew --renew-hook "systemctl reload vault.service" | |
Type=oneshot |
This file contains hidden or 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
[Timer] | |
OnCalendar=daily | |
RandomizedDelaySec=10 | |
Persistent=true | |
[Install] | |
WantedBy=timers.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment