From 869ddc0d5ee2aa361201120405a9467f8549a2a2 Mon Sep 17 00:00:00 2001 From: Zhivko Draganov Date: Mon, 2 Dec 2024 02:17:34 +0200 Subject: [PATCH] qbittorrent: do not override the configuration port in systemd (#618) --- install/qbittorrent-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/qbittorrent-install.sh b/install/qbittorrent-install.sh index 6181abba..19fed748 100644 --- a/install/qbittorrent-install.sh +++ b/install/qbittorrent-install.sh @@ -37,7 +37,7 @@ cat </etc/systemd/system/qbittorrent-nox.service Description=qBittorrent client After=network.target [Service] -ExecStart=/usr/bin/qbittorrent-nox --webui-port=8090 +ExecStart=/usr/bin/qbittorrent-nox Restart=always [Install] WantedBy=multi-user.target