mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-29 17:15:21 +00:00
services: qbittorrent: Add configuration action.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)[actions]: Add configuration action.
This commit is contained in:
parent
08c2d38b09
commit
eda1456a74
@ -88,7 +88,11 @@ WebUI\\Password_PBKDF2=\"@ByteArray(ARQ77eY1NUZaQsuDHbIMCA==:0WMRkYTUWVT9wVvdDtH
|
||||
#:user "qbittorrent"
|
||||
#:group "qbittorrent"
|
||||
#:resource-limits '((nofile 65536 65536))))
|
||||
(stop #~(make-kill-destructor #:grace-period 1800))))))
|
||||
(stop #~(make-kill-destructor #:grace-period 1800))
|
||||
(actions
|
||||
(list (shepherd-configuration-action
|
||||
(string-append profile-directory
|
||||
"/qBittorrent/config/qBittorrent.conf"))))))))
|
||||
|
||||
(define qbittorrent-service-type
|
||||
(service-type
|
||||
|
Loading…
Reference in New Issue
Block a user