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

This commit is contained in:
Pablo Andres Dealbera
2024-08-14 14:35:57 -03:00
parent 30aeb410f7
commit 189fc6cfbf
+1
View File
@@ -55,6 +55,7 @@ in
--no-update True
'';
Restart = "on-failure";
KillSignal = "SIGINT";
};
};