1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00

update urlwatch

This commit is contained in:
kev 2024-02-26 15:12:05 +08:00
parent 63d9c9f3e2
commit a6fdbcd65b

View File

@ -0,0 +1,14 @@
[Unit]
Description=lightweight incoming webhook server
After=network.target
[Service]
ExecStart=/usr/local/bin/webhook -hooks=hooks.json -hooks=hooks.yaml -hotreload -port=9000 -template -urlprefix=hooks
ExecReload=/bin/kill -HUP $MAINPID
WorkingDirectory=/etc/webhook/
LimitNOFILE=65536
RestartSec=5
Restart=always
[Install]
WantedBy=multi-user.target