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}"