nixos/bazarr: set systemd config KillSignal to SIGINT to fix timeout (#334675)

This commit is contained in:
Sefa Eyeoglu
2024-10-27 20:13:25 +01:00
committed by GitHub
+2
View File
@@ -54,6 +54,8 @@ in
--no-update True
'';
Restart = "on-failure";
KillSignal = "SIGINT";
SuccessExitStatus = "0 156";
};
};