1
0
mirror of https://github.com/EeeeKa/webhook-catcher.git synced 2025-08-02 15:37:22 +05:00

Add sample systemd unit file

This commit is contained in:
Дмитрий Рамазанов 2020-10-08 12:02:11 +05:00
parent a4ff475abd
commit 76e62815c5

View File

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