services: qbittorrent: Add configuration action.

* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)[actions]:
Add configuration action.
pull/2/head
Hilton Chain 12 months ago
parent 08c2d38b09
commit eda1456a74
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 6
      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

Loading…
Cancel
Save