Last active
September 6, 2016 08:42
-
-
Save koi-chan/607e7a55167f40d9ee3e3d60dfaa2806 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] | |
Type=oneshot | |
ExecStart=/usr/local/bin/certbot-auto renew --standalone --pre-hook 'systemctl stop nginx' --post-hook 'systemctl start nginx' | |
ExecStartPost=/bin/systemctl reload charybdis.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment