Ian Roberts
|
fdee28a812
|
fix: clean up Unix socket file before exit
If webhook is restarted with the same settings but the socket file has not been deleted, webhook will be unable to bind and will exit with an error.
|
2024-10-19 20:30:16 +01:00 |
|
Cameron Moore
|
876c853073
|
Add pidfile support
Copy a simple implementation from the Moby project, since importing
their package would pull in too many dependencies.
Fixes #320
|
2019-12-29 18:00:55 -06:00 |
|
Cameron Moore
|
c6c270c7dd
|
Add SIGHUP support
Fixes #352
|
2019-12-25 14:10:57 -06:00 |
|
Adnan Hajdarevic
|
8207c6cf12
|
Started work on multi file hooks loading
|
2016-12-05 21:22:34 +01:00 |
|
Cameron Moore
|
1c319a7a08
|
Refactor signal handling and Windows support
This commit drops webhook_windows.go in favor of simply pulling out the
signal handling code to separate files.
|
2015-10-29 11:17:15 -05:00 |
|