ingress/root/systemd/system/webhook.service

9 lines
155 B
SYSTEMD
Raw Normal View History

2024-09-18 18:44:41 +00:00
[Unit]
Description=Webhooks
[Service]
ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -port 7777 -verbose
[Install]
WantedBy=multi-user.target