Kill bazarr with SIGKILL

This commit is contained in:
miniluz
2025-08-11 01:33:09 +02:00
committed by GitHub
parent fc75ca0e6b
commit e52b38acec
+1
View File
@@ -98,6 +98,7 @@ in {
--port ${toString cfg.port} \ --port ${toString cfg.port} \
--no-update True --no-update True
''; '';
KillSignal = "SIGINT";
Restart = "on-failure"; Restart = "on-failure";
}; };
}; };