blob: 006fa357ebcfeea05d5894d57995221731ac7abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Webhook daemon
After=network.target
ConditionPathExists=/etc/webhook.conf
[Service]
# use -verbose to enable debugging
# ExecStart=/usr/local/bin/webhook -port 9000 -hooks /etc/webhook.conf -urlprefix '' -verbose
ExecStart=/usr/local/bin/webhook -port 9000 -hooks /etc/webhook.conf -urlprefix ''
User=webhook
[Install]
WantedBy=multi-user.target
|