mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-04 11:45:27 +00:00
services: qbittorrent: Raise limit for maximum open file descriptors.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service) [#:resource-limits]: Set nofile to 65536 65536.
This commit is contained in:
parent
1c7ae40607
commit
00c10e204c
@ -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…
Reference in New Issue
Block a user