Set bazarr's systemd config KillSignal to SIGINIT to fix timeout

This commit is contained in:
Bruno Santamaria
2025-06-18 15:24:08 +02:00
parent b19ddfaced
commit a8d8f30dce
+2
View File
@@ -99,6 +99,8 @@ in {
--no-update True
'';
Restart = "on-failure";
KillSignal = "SIGINT";
SuccessExitStatus = "0 156";
};
};