Merge pull request #68 from brusapa/main

Set bazarr's systemd config KillSignal to SIGINIT to fix timeout
This commit is contained in:
Rasmus Kirk
2025-06-18 14:05:46 +00:00
committed by GitHub
+2
View File
@@ -99,6 +99,8 @@ in {
--no-update True
'';
Restart = "on-failure";
KillSignal = "SIGINT";
SuccessExitStatus = "0 156";
};
};