fix service def

This commit is contained in:
Joshua Seigler 2025-06-15 01:18:33 -04:00
parent ed692e5587
commit d84e2da0bd

View file

@ -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