From d84e2da0bdf36b0ff9b4934fa38c83384c640e00 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 15 Jun 2025 01:18:33 -0400 Subject: [PATCH] fix service def --- site/posts/2025-06-15-replacing-github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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