diff --git a/systemd/webhook-catcher.service b/systemd/webhook-catcher.service new file mode 100644 index 0000000..8c2398c --- /dev/null +++ b/systemd/webhook-catcher.service @@ -0,0 +1,12 @@ +[Unit] +Description=Webhook catcher +After=network.target + +[Service] +User=whcd +Group=whcd + +ExecStart=/usr/sbin/webhook-catcher -c /etc/webhook-catcher/config.json + +[Install] +WantedBy=multi-user.target