From c3585d8606db1654d5689112c35b75f2c8caded8 Mon Sep 17 00:00:00 2001 From: Lady Lumb <42786600+LadyLumb@users.noreply.github.com> Date: Tue, 20 Aug 2019 07:12:37 -0700 Subject: [PATCH] added Group=qbtuser to systemd scripts cuz not having it was causing issues on Ubuntu 18.04 --- ...ntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md b/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md index d4017d4..d514f3e 100644 --- a/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md +++ b/Setting-up-qBittorrent-on-Ubuntu-server-as-daemon-with-Web-interface-(15.04-and-newer).md @@ -67,6 +67,7 @@ After=network.target [Service] User=qbtuser +Group=qbtuser ExecStart=/usr/bin/qbittorrent-nox ExecStop=/usr/bin/killall -w qbittorrent-nox @@ -265,6 +266,7 @@ BindsTo=media-volume.mount [Service] User=qbtuser +Group=qbtuser ExecStart=/usr/bin/qbittorrent-nox ExecStop=/usr/bin/killall -w qbittorrent-nox