forked from TheWrightServer/ProxmoxVE
qbittorrent: do not override the configuration port in systemd (#618)
This commit is contained in:
parent
11d1f0f981
commit
869ddc0d5e
@ -37,7 +37,7 @@ cat <<EOF >/etc/systemd/system/qbittorrent-nox.service
|
|||||||
Description=qBittorrent client
|
Description=qBittorrent client
|
||||||
After=network.target
|
After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8090
|
ExecStart=/usr/bin/qbittorrent-nox
|
||||||
Restart=always
|
Restart=always
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user