diff --git a/nixos/modules/services/misc/bazarr.nix b/nixos/modules/services/misc/bazarr.nix index 99343a146a7a..76a26c2ebbf0 100644 --- a/nixos/modules/services/misc/bazarr.nix +++ b/nixos/modules/services/misc/bazarr.nix @@ -55,6 +55,7 @@ in --no-update True ''; Restart = "on-failure"; + KillSignal = "SIGINT"; }; };