From ea5996dc9e006bb68ae643ca4abdea8ee4a9c684 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 16 Oct 2025 18:44:54 -0400 Subject: [PATCH] qbt: TimeoutStopSec = 10 --- services/qbittorrent.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 256b911..4135629 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -93,6 +93,8 @@ }; }; + systemd.services.qbittorrent.serviceConfig.TimeoutStopSec = lib.mkForce 10; + systemd.tmpfiles.rules = [ "Z ${config.services.qbittorrent.serverConfig.Preferences.Downloads.SavePath} 0750 ${config.services.qbittorrent.user} ${service_configs.media_group}" "Z ${config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath} 0700 ${config.services.qbittorrent.user} ${config.services.qbittorrent.group}"