qbittorrent: do not override the configuration port in systemd (#618)

This commit is contained in:
Zhivko Draganov 2024-12-02 02:17:34 +02:00 committed by GitHub
parent 11d1f0f981
commit 869ddc0d5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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