mirror of
https://github.com/EeeeKa/webhook-catcher.git
synced 2025-08-03 07:57:23 +05:00
13 lines
199 B
Desktop File
13 lines
199 B
Desktop File
[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
|