services: qbittorrent: Raise limit for maximum open file descriptors.

* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)
[#:resource-limits]: Set nofile to 65536 65536.
pull/2/head
Hilton Chain 1 year ago
parent 1c7ae40607
commit 00c10e204c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 5
      rosenthal/services/bittorrent.scm

@ -1,4 +1,4 @@
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> ;; SPDX-FileCopyrightText: 2022, 2023 Hilton Chain <hako@ultrarare.space>
;; ;;
;; SPDX-License-Identifier: GPL-3.0-or-later ;; SPDX-License-Identifier: GPL-3.0-or-later
@ -72,7 +72,8 @@
#$@extra-options) #$@extra-options)
#:user "qbittorrent" #:user "qbittorrent"
#:group "qbittorrent" #:group "qbittorrent"
#:log-file #$log-file)) #:log-file #$log-file
#:resource-limits '((nofile 65536 65536))))
(stop #~(make-kill-destructor #:grace-period 1800)))))) (stop #~(make-kill-destructor #:grace-period 1800))))))
(define qbittorrent-service-type (define qbittorrent-service-type

Loading…
Cancel
Save