1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00
Files
dockerfiles/urlwatch/systemd/urlwatch.service
2025-04-01 21:12:37 +08:00

15 lines
362 B
Desktop File

[Unit]
Description=lightweight incoming webhook server
After=network-online.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