mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-02 15:35:24 +00:00
services: qbittorrent: Require networking.
* rosenthal/services/bittorrent.scm (qbittorrent-shepherd-service) [requirement]: Replace loopback to networking.
This commit is contained in:
parent
ece7f31eb3
commit
e545bc545d
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user