ingress/root/systemd/system/webhook.service
2024-09-19 20:42:30 +02:00

8 lines
155 B
Desktop File

[Unit]
Description=Webhooks
[Service]
ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -port 7777 -verbose
[Install]
WantedBy=multi-user.target