From eda1456a7446929a485f4b055709eb800b49fb99 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 8 Dec 2023 11:02:23 +0800 Subject: [PATCH] services: qbittorrent: Add configuration action. * rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)[actions]: Add configuration action. --- rosenthal/services/bittorrent.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rosenthal/services/bittorrent.scm b/rosenthal/services/bittorrent.scm index c232594..b6db98f 100644 --- a/rosenthal/services/bittorrent.scm +++ b/rosenthal/services/bittorrent.scm @@ -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