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:
parent
a4ff475abd
commit
76e62815c5
12
systemd/webhook-catcher.service
Normal file
12
systemd/webhook-catcher.service
Normal 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
|
Loading…
Reference in New Issue
Block a user