diff --git a/site/posts/2025-06-15-replacing-github-pages.md b/site/posts/2025-06-15-replacing-github-pages.md index 2f229c6..35346af 100644 --- a/site/posts/2025-06-15-replacing-github-pages.md +++ b/site/posts/2025-06-15-replacing-github-pages.md @@ -75,7 +75,7 @@ I altered the systemd service definition for `webhook` so I could organize the h [Unit] Description=Small server for creating HTTP endpoints (hooks) Documentation=https://github.com/adnanh/webhook/ -ConditionPathExists=/etc/webhook.conf +ConditionPathExistsGlob=/etc/webhook.conf.d/* [Service] ExecStart=/usr/bin/webhook -nopanic -hooks /etc/webhook.conf.d/*.conf