Reload apache config automatically for Lets Encrypt

This commit is contained in:
2021-10-26 22:14:09 -05:00
parent 1ea9466064
commit 0bd5f30d10
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