mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Systemd is very case-sensitive. 'Exec' will be ignored, while 'exec' will succeed
2
Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md
2
Running-qBittorrent-without-X-server-(WebUI-only---systemd-service-setup,-Ubuntu-15.04-or-newer).md
@@ -96,7 +96,7 @@ After=network-online.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
# if you have systemd < 240 (Ubuntu 18.10 and earlier, for example), you probably want to use Type=simple instead
|
||||
Type=Exec
|
||||
Type=exec
|
||||
# change user as needed
|
||||
User=qbtuser
|
||||
# notice that no -d flag needed
|
||||
|
||||
Reference in New Issue
Block a user