Merge pull request #81 from miniluz/patch-1

Kill bazarr with SIGINT
This commit is contained in:
Rasmus Kirk
2025-08-19 11:11:32 +00:00
committed by GitHub
+1
View File
@@ -98,6 +98,7 @@ in {
--port ${toString cfg.port} \
--no-update True
'';
KillSignal = "SIGINT";
Restart = "on-failure";
};
};