webhook.service 254 B

12345678910
  1. [Unit]
  2. Description=Small server for creating HTTP endpoints (hooks)
  3. Documentation=https://github.com/adnanh/webhook/
  4. [Service]
  5. ExecStart=webhook -hooks /etc/webhooks.conf -verbose -nopanic -hotreload
  6. Restart=always
  7. [Install]
  8. WantedBy=multi-user.target