fix service def
This commit is contained in:
parent
ed692e5587
commit
d84e2da0bd
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ I altered the systemd service definition for `webhook` so I could organize the h
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Small server for creating HTTP endpoints (hooks)
|
Description=Small server for creating HTTP endpoints (hooks)
|
||||||
Documentation=https://github.com/adnanh/webhook/
|
Documentation=https://github.com/adnanh/webhook/
|
||||||
ConditionPathExists=/etc/webhook.conf
|
ConditionPathExistsGlob=/etc/webhook.conf.d/*
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/webhook -nopanic -hooks /etc/webhook.conf.d/*.conf
|
ExecStart=/usr/bin/webhook -nopanic -hooks /etc/webhook.conf.d/*.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue