services: qbittorrent: Require networking.

* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service)
[requirement]: Replace loopback to networking.
This commit is contained in:
Hilton Chain 2023-07-01 01:59:40 +08:00
parent ece7f31eb3
commit e545bc545d
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

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