nixos/bazarr: set systemd config KillSignal to SIGINT to fix timeout (#334675)
This commit is contained in:
@@ -54,6 +54,8 @@ in
|
||||
--no-update True
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
KillSignal = "SIGINT";
|
||||
SuccessExitStatus = "0 156";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user