Commit 189fc6cf authored by Pablo Andres Dealbera's avatar Pablo Andres Dealbera
Browse files

nixos/bazarr: set systemd config KillSignal to SIGINT to fix timeout

parent 30aeb410
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ in
            --no-update True
        '';
        Restart = "on-failure";
        KillSignal = "SIGINT";
      };
    };