Merge pull request #383 from moorereason/feature/pidfile

Add pidfile support
This commit is contained in:
Adnan Hajdarević 2020-02-14 19:35:18 +01:00 committed by GitHub
commit 38294cd0c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
249 changed files with 79239 additions and 37386 deletions

View file

@ -25,6 +25,8 @@ Usage of webhook:
send log output to a file; implicitly enables verbose logging
-nopanic
do not panic if hooks cannot be loaded when webhook is not running in verbose mode
-pidfile string
create PID file at the given path
-port int
port the webhook should serve hooks on (default 9000)
-secure