Skip to content

Commit 869ddc0

Browse files
authored
qbittorrent: do not override the configuration port in systemd (#618)
1 parent 11d1f0f commit 869ddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/qbittorrent-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cat <<EOF >/etc/systemd/system/qbittorrent-nox.service
3737
Description=qBittorrent client
3838
After=network.target
3939
[Service]
40-
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8090
40+
ExecStart=/usr/bin/qbittorrent-nox
4141
Restart=always
4242
[Install]
4343
WantedBy=multi-user.target

0 commit comments

Comments
 (0)