remove timeout stop sec for qbt
All checks were successful
Build and Deploy / mreow (push) Successful in 2m22s
Build and Deploy / yarn (push) Successful in 2m19s
Build and Deploy / muffin (push) Successful in 1m59s

This commit is contained in:
2026-04-20 22:19:24 -04:00
parent c3d934867c
commit e8e3174420

View File

@@ -154,7 +154,6 @@ in
}; };
systemd.services.qbittorrent.serviceConfig = { systemd.services.qbittorrent.serviceConfig = {
TimeoutStopSec = lib.mkForce 10;
# Default UMask=0022 creates files as 0644 (group read-only). With 0007, # Default UMask=0022 creates files as 0644 (group read-only). With 0007,
# new files get 0660/0770 so the media group has read+write immediately # new files get 0660/0770 so the media group has read+write immediately
# instead of relying on the tmpfiles Z rule to fix permissions at restart. # instead of relying on the tmpfiles Z rule to fix permissions at restart.