nixos/bazarr: set systemd config KillSignal to SIGINT to fix timeout
This commit is contained in:
@@ -55,6 +55,7 @@ in
|
||||
--no-update True
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
KillSignal = "SIGINT";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user