Reload apache config automatically for Lets Encrypt

This commit is contained in:
2021-10-26 22:14:09 -05:00
parent e1d048dd8d
commit 94deb71dab
7 changed files with 122 additions and 0 deletions
@@ -0,0 +1,6 @@
[Unit]
Description=Reload Apache
[Service]
Type=onshot
ExecStart=/bin/systemctl reload httpd.service