SIGHUP handled by tender-log

This commit is contained in:
emanuel 2022-09-01 17:55:50 +01:00
parent 70e6e64b9e
commit 85e54352b1
1 changed files with 0 additions and 1 deletions

View File

@ -805,7 +805,6 @@ static void sigh(int signum) {
int main() {
signal(SIGTERM, sigh);
signal(SIGHUP, sigh);
signal(SIGINT, sigh);
signal(SIGKILL, sigh);