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).

Saverio Miroddi 2017-10-15 17:37:38 +02:00
parent fe186fa0ec
commit 6a6c414bf0

@ -55,7 +55,7 @@ After=network.target
[Service]
User=qbtuser
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8080
ExecStart=/usr/bin/qbittorrent-nox
[Install]
WantedBy=multi-user.target