mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
added Group=qbtuser to systemd scripts cuz not having it was causing issues on Ubuntu 18.04
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user