services: qbittorrent: Require networking.

* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)
[requirement]: Replace loopback to networking.
pull/1/head
Hilton Chain 1 year ago
parent ece7f31eb3
commit e545bc545d
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 2
      rosenthal/services/bittorrent.scm

@ -61,7 +61,7 @@
(list (shepherd-service (list (shepherd-service
(documentation "Run qbittorrent.") (documentation "Run qbittorrent.")
(provision '(qbittorrent)) (provision '(qbittorrent))
(requirement '(loopback)) (requirement '(networking))
(start #~(make-forkexec-constructor (start #~(make-forkexec-constructor
(list #$(file-append qbittorrent "/bin/qbittorrent-nox") (list #$(file-append qbittorrent "/bin/qbittorrent-nox")
#$(string-append "--webui-port=" #$(string-append "--webui-port="

Loading…
Cancel
Save