From d972626d8ae3cf41120f78e01ccfa1e72dbf0b7f Mon Sep 17 00:00:00 2001 From: zero77 Date: Fri, 18 Sep 2020 08:38:10 +0000 Subject: [PATCH] Created Multiple users for WebUI (markdown) --- Multiple-users-for-WebUI.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Multiple-users-for-WebUI.md diff --git a/Multiple-users-for-WebUI.md b/Multiple-users-for-WebUI.md new file mode 100644 index 0000000..7ce33f9 --- /dev/null +++ b/Multiple-users-for-WebUI.md @@ -0,0 +1,16 @@ +This is easy to accomplish, follow [this](https://github.com/qbittorrent/qBittorrent/wiki/Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer)#setup-the-systemd-service) step to create a service. + +To have multiple users repeat this step multiple times, though you must give each file a different name: + +```sh +sudoedit /etc/systemd/system/qbittorrent.service +``` + +`qbittorrentUSER1.service` `qbittorrentUSER2.service` `qbittorrentUSER3.service` + +You must also change the user the service runs under so that you can have multiple instances of qbittorrent running at once. + +``` +# change user as needed +User=qbtuser +``` \ No newline at end of file