mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update urlwatch
This commit is contained in:
parent
63d9c9f3e2
commit
a6fdbcd65b
14
urlwatch/systemd/urlwatch.service
Normal file
14
urlwatch/systemd/urlwatch.service
Normal 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
|
Loading…
Reference in New Issue
Block a user