1
0
mirror of https://github.com/EeeeKa/webhook-catcher.git synced 2025-08-03 16:07:22 +05:00
webhook-catcher/systemd/webhook-catcher.service
2020-10-09 09:18:51 +05:00

14 lines
234 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
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target