Skip to content

Commit 170e864

Browse files
committed
fix initialization timeout
1 parent a432bf4 commit 170e864

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/jellyfin/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ in {
219219
Group = cfg.group;
220220
WorkingDirectory = cfg.dataDir;
221221
Restart = "on-failure";
222-
TimeoutSec = 15;
222+
TimeoutStartSec = 120;
223+
TimeoutStopSec = 15;
223224
SuccessExitStatus = "0 143";
224225

225226
ExecStartPre = pkgs.writeShellScript "jellyfin-setup-config" ''

0 commit comments

Comments
 (0)