diff --git a/configuration/services/webserver.nix b/configuration/services/webserver.nix index e1c396d..2eb860a 100644 --- a/configuration/services/webserver.nix +++ b/configuration/services/webserver.nix @@ -29,6 +29,9 @@ ]; ExposedPorts = { "3002" = { }; }; User = "${uid}:${gid}"; + + # Will become SIGTERM with the next rocket release + StopSignal = "SIGKILL"; }; };