From 214c7d1bace0ced0094418f4c3418c476f5e498a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 25 Nov 2023 19:08:07 +0100 Subject: [PATCH] Attempt to fix docker-heidi stopping times --- ServeNix/services/heidi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ServeNix/services/heidi.nix b/ServeNix/services/heidi.nix index d70b5b4..7eae5ac 100644 --- a/ServeNix/services/heidi.nix +++ b/ServeNix/services/heidi.nix @@ -21,6 +21,7 @@ }; extraOptions = [ + "--init" # Make an init process take up PID 1, to make python receive the SIGTERM "--net=behind-nginx" ]; };