mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Removed --webui-port=8080 from the systemctl service definition; it's redundant, and it will overwrite the user setting (if configured to a different port).
@@ -55,7 +55,7 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=qbtuser
|
User=qbtuser
|
||||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8080
|
ExecStart=/usr/bin/qbittorrent-nox
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user