Skip to content

Commit

Permalink
qbittorrent: do not override the configuration port in systemd (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdraganov authored Dec 2, 2024
1 parent 11d1f0f commit 869ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/qbittorrent-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cat <<EOF >/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
Expand Down

0 comments on commit 869ddc0

Please sign in to comment.